Package examples.v2c.tr.expressions
Class TRLiteralExpression
java.lang.Object
com.fujitsu.vdmj.mapper.MappedObject
examples.v2c.tr.TRNode
examples.v2c.tr.expressions.TRExpression
examples.v2c.tr.expressions.TRLiteralExpression
- All Implemented Interfaces:
com.fujitsu.vdmj.mapper.Mappable,Serializable
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionTRLiteralExpression(com.fujitsu.vdmj.tc.expressions.TCIntegerLiteralExpression exp) TRLiteralExpression(com.fujitsu.vdmj.tc.expressions.TCRealLiteralExpression exp) -
Method Summary
Methods inherited from class com.fujitsu.vdmj.mapper.MappedObject
getMappedId, getNextMappedId
-
Constructor Details
-
TRLiteralExpression
public TRLiteralExpression(com.fujitsu.vdmj.tc.expressions.TCIntegerLiteralExpression exp) -
TRLiteralExpression
public TRLiteralExpression(com.fujitsu.vdmj.tc.expressions.TCRealLiteralExpression exp)
-
-
Method Details
-
translate
- Specified by:
translatein classTRExpression
-