Uses of Class
gnu.expr.AccessExp
-
Packages that use AccessExp Package Description gnu.expr SupportsExpression
, and various related classes need to compile programming languages. -
-
Uses of AccessExp in gnu.expr
Subclasses of AccessExp in gnu.expr Modifier and Type Class 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.Methods in gnu.expr with parameters of type AccessExp Modifier and Type Method Description void
Declaration. load(AccessExp access, int flags, Compilation comp, Target target)
-