| Package | Description |
|---|---|
| gnu.expr |
Supports
Expression,
and various related classes need to compile programming languages. |
| gnu.xquery.lang |
| Modifier and Type | Class and Description |
|---|---|
class |
ThisExp
Evaluates to the "this" implicit variable.
|
| Modifier and Type | Method and Description |
|---|---|
protected R |
ExpVisitor.visitReferenceExp(ReferenceExp exp,
D d) |
protected Expression |
InlineCalls.visitReferenceExp(ReferenceExp exp,
Type required) |
protected Expression |
ResolveNames.visitReferenceExp(ReferenceExp exp,
java.lang.Void ignored) |
protected Expression |
PushApply.visitReferenceExp(ReferenceExp exp,
java.lang.Void ignored) |
protected Expression |
FindCapturedVars.visitReferenceExp(ReferenceExp exp,
java.lang.Void ignored) |
| Modifier and Type | Method and Description |
|---|---|
protected Expression |
XQResolveNames.visitReferenceExp(ReferenceExp exp,
ApplyExp call) |
protected Expression |
XQResolveNames.visitReferenceExp(ReferenceExp exp,
java.lang.Void ignored) |