Uses of Class gnu.expr.AccessExp

Uses in package gnu.expr

Classes derived from gnu.expr.AccessExp

class
This class represents a variable reference (an identifier).
class
An Expression to set (bind) or define a new value to a named variable.
class
Evaluates to the "this" implicit variable.

Methods with parameter type gnu.expr.AccessExp

void
Declaration.load(AccessExp access, int flags, Compilation comp, Target target)