Package | Description |
---|---|
gnu.expr |
Supports
Expression ,
and various related classes need to compile programming languages. |
Modifier and Type | Class and Description |
---|---|
class |
ReferenceExp
This class represents a variable reference (an identifier).
|
class |
SetExp
An Expression to set (bind) or define a new value to a named variable.
|
class |
ThisExp
Evaluates to the "this" implicit variable.
|
Modifier and Type | Method and Description |
---|---|
void |
Declaration.load(AccessExp access,
int flags,
Compilation comp,
Target target) |