Uses of Class
SFE.Compiler.ConstExpression

Packages that use ConstExpression
SFE.Compiler   
 

Uses of ConstExpression in SFE.Compiler
 

Subclasses of ConstExpression in SFE.Compiler
 class BooleanConstant
          The BooleanConstant class represents boolean consts expressions that can appear in the program.
 class IntConstant
          The IntConstant class represents integer consts expressions that can appear in the program.
 

Methods in SFE.Compiler that return ConstExpression
static ConstExpression Consts.fromName(java.lang.String name)
          Returns a ConstExpression representing the const of the specified type name, or null if there was no such type defined for this type name.