Package examples.v2c.tr.types
Class TRFunctionType
- java.lang.Object
-
- com.fujitsu.vdmj.mapper.MappedObject
-
- examples.v2c.tr.TRNode
-
- examples.v2c.tr.types.TRType
-
- examples.v2c.tr.types.TRFunctionType
-
- All Implemented Interfaces:
com.fujitsu.vdmj.mapper.Mappable,Serializable
public class TRFunctionType extends TRType
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TRFunctionType(TRTypeList parameters, TRType result)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TRTypeListgetParameters()TRTypegetResult()Stringtranslate()
-
-
-
Constructor Detail
-
TRFunctionType
public TRFunctionType(TRTypeList parameters, TRType result)
-
-
Method Detail
-
getParameters
public TRTypeList getParameters()
-
getResult
public TRType getResult()
-
-