com.togethersoft.sca.dataflow.flowgraph
Interface IConstantVal

All Superinterfaces:
IVal

public interface IConstantVal
extends IVal

The constant value in the program

Author:
Igor Abramov

Fields inherited from interface com.togethersoft.sca.dataflow.flowgraph.IVal
CONSTANT, VARIABLE
 
Method Summary
 java.lang.Object asObject()
          Get the constant value in the Object<\code> form
 
Methods inherited from interface com.togethersoft.sca.dataflow.flowgraph.IVal
getValueKind, getValueType, isConstant, isVariable
 

Method Detail

asObject

public java.lang.Object asObject()
Get the constant value in the Object<\code> form
Returns:
the object of appropriate type representing the constant