orc.runtime.values
Class Field

java.lang.Object
  extended by orc.runtime.values.Value
      extended by orc.runtime.values.Field
All Implemented Interfaces:
java.io.Serializable

public class Field
extends Value
implements java.io.Serializable

Distinguished representation for field names.

Author:
quark
See Also:
Serialized Form

Field Summary
 
Fields inherited from class orc.runtime.values.Value
futureNotReady
 
Constructor Summary
Field(java.lang.String key)
           
 
Method Summary
<E> E
accept(Visitor<E> visitor)
           
 boolean equals(java.lang.Object that)
           
 java.lang.String getKey()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class orc.runtime.values.Value
forceArg, forceCall, isNone, isSome, signal, untag
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Field

public Field(java.lang.String key)
Method Detail

getKey

public java.lang.String getKey()

toString

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

accept

public <E> E accept(Visitor<E> visitor)
Overrides:
accept in class Value

equals

public boolean equals(java.lang.Object that)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object