|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Immediate
An Immediate is any Expression that can be evaluated without evaluating any other expressions. Immediate Expressions must override the getValue method to return a non-null value. Declaring an Expression to be immediate allows the engine to optimize the evaluation of other expressions that contain them. Applications and sequences (begins) benefit most.
Method Summary | |
---|---|
Value |
getValue(Interpreter r)
|
Method Detail |
---|
Value getValue(Interpreter r) throws ContinuationException
ContinuationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |