|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorc.orchard.oil.Expression
orc.orchard.oil.Argument
orc.orchard.oil.Value
public abstract class Value
Orc values. For convenience, this subsumes all publishable values, even those without a compile-time representation. If you try to unmarshal a value with no compile-time representation you will get an InvalidOilException.
It's nice that by explicitly including these in the Oil format, we allow for the future possibility of including them as compile-time values, so we can do optimizations like constant folding.
Constructor Summary | |
---|---|
Value()
|
Method Summary | |
---|---|
abstract Arg |
unmarshal()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Value()
Method Detail |
---|
public abstract Arg unmarshal() throws InvalidOilException
unmarshal
in class Argument
InvalidOilException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |