jrre.types
Class ReferenceType

java.lang.Object
  |
  +--jrre.types.Type
        |
        +--jrre.types.ReferenceType

public class ReferenceType
extends Type

Version:
Author:
Christopher Ellsworth (Chris@chrisellsworth.com)
, Clarence Alston

Constructor Summary
ReferenceType(ObjectInstance value)
           
 
Method Summary
 ObjectInstance getValue()
          Gets the Value.
 void setValue(ObjectInstance value)
          Sets the Value.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReferenceType

public ReferenceType(ObjectInstance value)
Method Detail

getValue

public ObjectInstance getValue()
Gets the Value.


setValue

public void setValue(ObjectInstance value)
Sets the Value.


toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2002-2002 Appalachian State University. All Rights Reserved.