gpars.dataflow
[Java] Class DataFlowGetPropertyExpression
java.lang.Object
groovyx.gpars.serial.WithSerialId
gpars.dataflow.DataFlowExpression
gpars.dataflow.DataFlowGetPropertyExpression
public class DataFlowGetPropertyExpression
extends DataFlowExpression
DFE which evaluate property when receiver became available
- Authors:
- Alex Tkachman
Methods inherited from class DataFlowExpression
|
DataFlowExpression, bind, bindSafely, doBindRemote, evaluate, getMetaClass, getProperty, getVal, getVal, getValAsync, invokeMethod, isBound, rightShift, setMetaClass, setProperty, subscribe, subscribe, toString, transform, whenBound, whenBound |
DataFlowGetPropertyExpression
public DataFlowGetPropertyExpression(DataFlowExpression expression, String name)
-
evaluate
@Override
@SuppressWarnings("unchecked")
protected Object evaluate()
-
subscribe
@Override
protected void subscribe(DataFlowExpressionsCollector listener)
-
Groovy Documentation