Package gnu.expr
Class Literal
java.lang.Object
gnu.expr.Literal
A Literal contains compile-time information about a constant.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreate a new Literal, for a value available from a static field.Create a new Literal, where comp must be in immediate mode. -
Method Summary
-
Field Details
-
field
-
type
-
flags
public int flags -
nullLiteral
-
-
Constructor Details
-
Literal
Create a new Literal, where comp must be in immediate mode. -
Literal
-
Literal
Create a new Literal, for a value available from a static field. The field must be static and already exist. -
Literal
-
-
Method Details
-
getValue
-