groovyx.gpars.dataflow
Class DataFlowInvocationExpression
java.lang.Object
groovyx.gpars.serial.WithSerialId
groovyx.gpars.dataflow.DataFlowExpression
groovyx.gpars.dataflow.DataFlowComplexExpression
groovyx.gpars.dataflow.DataFlowInvocationExpression
class DataFlowInvocationExpression
extends DataFlowComplexExpression
Data flow expression which invokes method of object after receiver and all arguments became available
- Authors:
- Alex Tkachman
Methods inherited from class DataFlowExpression
|
DataFlowExpression, bind, bindSafely, bindUnique, doBindRemote, evaluate, getMetaClass, getProperty, getVal, getVal, getValAsync, getValAsync, invokeMethod, isBound, join, join, poll, rightShift, setMetaClass, setProperty, subscribe, subscribe, toString, transform, whenBound, whenBound, wheneverBound, wheneverBound |
methodName
private final java.lang.String methodName
-
receiver
private java.lang.Object receiver
-
serialVersionUID
private static final long serialVersionUID
-
DataFlowInvocationExpression
public DataFlowInvocationExpression(java.lang.Object receiver, java.lang.String methodName, Object[] args)
-
evaluate
@Override
@SuppressWarnings ( "unchecked" )
protected java.lang.Object evaluate()
-
subscribe
@Override
protected void subscribe(DataFlowExpressionsCollector listener)
-
Copyright © 2008–2010 Václav Pech. All Rights Reserved.