Package | Description |
---|---|
gnu.expr |
Supports
Expression ,
and various related classes need to compile programming languages. |
gnu.xquery.lang |
Modifier and Type | Method and Description |
---|---|
static SetExp |
SetExp.makeDefinition(Declaration decl,
Expression val) |
static SetExp |
SetExp.makeDefinition(java.lang.Object symbol,
Expression val) |
Modifier and Type | Method and Description |
---|---|
void |
Declaration.noteValueFromSet(SetExp setter) |
protected Expression |
ANormalize.visitSetExp(SetExp exp,
gnu.expr.ANormalize.Context context) |
protected R |
ExpVisitor.visitSetExp(SetExp exp,
D d) |
protected Expression |
FindTailCalls.visitSetExp(SetExp exp,
Expression returnContinuation) |
protected Expression |
ChainLambdas.visitSetExp(SetExp sexp,
ScopeExp scope) |
protected Expression |
InlineCalls.visitSetExp(SetExp exp,
Type required) |
protected Expression |
FindCapturedVars.visitSetExp(SetExp exp,
java.lang.Void ignored) |
protected Expression |
ResolveNames.visitSetExp(SetExp exp,
java.lang.Void ignored) |
Modifier and Type | Method and Description |
---|---|
protected Expression |
XQResolveNames.visitSetExp(SetExp exp,
java.lang.Void ignored) |