com.togethersoft.sca.dataflow.flowgraph
Interface ITempVariable

All Superinterfaces:
IVal, IVar

public interface ITempVariable
extends IVar

Temporary variable. Node for temporary variable represents the value produced by the ITuple


Fields inherited from interface com.togethersoft.sca.dataflow.flowgraph.IVar
EXTERNAL, LOCAL, MEMBER, PARAMETER, SUPER, TEMPORARY, THIS
 
Fields inherited from interface com.togethersoft.sca.dataflow.flowgraph.IVal
CONSTANT, VARIABLE
 
Method Summary
 ITuple sourceTuple()
          Returns tuple which produces initial value this temporary
 
Methods inherited from interface com.togethersoft.sca.dataflow.flowgraph.IVar
getName, getVariableKind, isTemp
 
Methods inherited from interface com.togethersoft.sca.dataflow.flowgraph.IVal
getValueKind, getValueType, isConstant, isVariable
 

Method Detail

sourceTuple

public ITuple sourceTuple()
Returns tuple which produces initial value this temporary