Uses of Class
at.dms.kjc.CNumericType

Packages that use CNumericType
at.dms.kjc   
 

Uses of CNumericType in at.dms.kjc
 

Fields in at.dms.kjc declared as CNumericType
static CNumericType CStdType.Byte
           
static CNumericType CStdType.Integer
           
static CNumericType CStdType.Long
           
static CNumericType CStdType.Double
           
static CNumericType CStdType.Float
           
static CNumericType CStdType.Short
           
static CNumericType CStdType.Char
           
 

Methods in at.dms.kjc with parameters of type CNumericType
protected  void JOrdinalLiteral.setValue(java.lang.Number newValue, CNumericType newType)
           
 void CNumericType.genCastTo(CNumericType dest, CodeSequence code)
          Generates a sequence of bytecodes
 

Constructors in at.dms.kjc with parameters of type CNumericType
JOrdinalLiteral(TokenReference where, java.lang.Number value, CNumericType type)
          Construct a node in the parsing tree.
JOrdinalLiteral(TokenReference where, long value, CNumericType type)
          Construct a node in the parsing tree.