Class TRNumericType

java.lang.Object
com.fujitsu.vdmj.mapper.MappedObject
examples.v2c.tr.TRNode
examples.v2c.tr.types.TRType
examples.v2c.tr.types.TRNumericType
All Implemented Interfaces:
com.fujitsu.vdmj.mapper.Mappable, Serializable

public class TRNumericType extends TRType
See Also:
  • Constructor Details

    • TRNumericType

      public TRNumericType(com.fujitsu.vdmj.tc.types.TCNaturalType type)
    • TRNumericType

      public TRNumericType(com.fujitsu.vdmj.tc.types.TCNaturalOneType type)
    • TRNumericType

      public TRNumericType(com.fujitsu.vdmj.tc.types.TCIntegerType type)
    • TRNumericType

      public TRNumericType(com.fujitsu.vdmj.tc.types.TCRationalType type)
    • TRNumericType

      public TRNumericType(com.fujitsu.vdmj.tc.types.TCRealType type)
  • Method Details