Uses of Class
gnu.expr.LitTable
-
Packages that use LitTable Package Description gnu.expr SupportsExpression
, and various related classes need to compile programming languages. -
-
Uses of LitTable in gnu.expr
Constructors in gnu.expr with parameters of type LitTable Constructor Description Literal(Object value, Field field, LitTable litTable)
Create a new Literal, for a value available from a static field.Literal(Object value, Type type, LitTable litTable)
Literal(Object value, LitTable litTable)
Create a new Literal, where comp must be in immediate mode.Literal(Object value, String name, LitTable litTable)
-