Package examples.v2c.tr.definitions
Class TRExplicitFunctionDefinition
- java.lang.Object
-
- com.fujitsu.vdmj.mapper.MappedObject
-
- examples.v2c.tr.TRNode
-
- examples.v2c.tr.definitions.TRDefinition
-
- examples.v2c.tr.definitions.TRExplicitFunctionDefinition
-
- All Implemented Interfaces:
com.fujitsu.vdmj.mapper.Mappable,Serializable
public class TRExplicitFunctionDefinition extends TRDefinition
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class examples.v2c.tr.definitions.TRDefinition
comments
-
-
Constructor Summary
Constructors Constructor Description TRExplicitFunctionDefinition(com.fujitsu.vdmj.ast.lex.LexCommentList comments, com.fujitsu.vdmj.tc.lex.TCNameToken name, TRFunctionType type, TRParameterList parameters, TRExpression body)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringtranslate()
-
-
-
Constructor Detail
-
TRExplicitFunctionDefinition
public TRExplicitFunctionDefinition(com.fujitsu.vdmj.ast.lex.LexCommentList comments, com.fujitsu.vdmj.tc.lex.TCNameToken name, TRFunctionType type, TRParameterList parameters, TRExpression body)
-
-
Method Detail
-
translate
public String translate()
- Overrides:
translatein classTRDefinition
-
-