gnu.expr
public class Literal extends Object
| Field Summary | |
|---|---|
| Field | field |
| int | flags |
| static Literal | nullLiteral |
| Type | type |
| Constructor Summary | |
|---|---|
| Literal(Object value, LitTable litTable) Create a new Literal, where comp must be in immediate mode. | |
| Literal(Object value, String name, LitTable litTable) | |
| 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) | |
| Method Summary | |
|---|---|
| Object | getValue() |