com.togethersoft.sca.dataflow.flowgraph
Interface IUserVariable

All Superinterfaces:
IVal, IVar

public interface IUserVariable
extends IVar

User Defined Variable --- variable defined in the source code of program


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
 java.lang.Object getKey()
          Get reference to source code
 java.lang.String getName()
          Get the name of variable
 
Methods inherited from interface com.togethersoft.sca.dataflow.flowgraph.IVar
getVariableKind, isTemp
 
Methods inherited from interface com.togethersoft.sca.dataflow.flowgraph.IVal
getValueKind, getValueType, isConstant, isVariable
 

Method Detail

getKey

public java.lang.Object getKey()
Get reference to source code

getName

public java.lang.String getName()
Get the name of variable
Specified by:
getName in interface IVar