uk.ac.ucl.cs.emofocl.hutn.parser
Class Instance
java.lang.Object
uk.ac.ucl.cs.emofocl.hutn.parser.Instance
public class Instance
- extends Object
Intermediate representation for a class or package instance.
- Author:
- jwskene
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
public String id
metaObject
public javax.jmi.reflect.RefObject metaObject
value
public Object value
Instance
public Instance(String id,
javax.jmi.reflect.RefObject metaObject,
Object value)