orc.orchard.oil
Class UnrepresentableValue
java.lang.Object
orc.orchard.oil.Expression
orc.orchard.oil.Argument
orc.orchard.oil.Value
orc.orchard.oil.UnrepresentableValue
- All Implemented Interfaces:
- java.io.Serializable
public class UnrepresentableValue
- extends Value
FIXME: this is a hack so I can get everything to compile
without worrying about representations for weird values like
closures and sites. Long-term, this class should be removed.
- Author:
- quark
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UnrepresentableValue
public UnrepresentableValue()
UnrepresentableValue
public UnrepresentableValue(java.lang.String description)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
unmarshal
public Arg unmarshal()
throws InvalidOilException
- Specified by:
unmarshal
in class Value
- Throws:
InvalidOilException