Uses of Class
gnu.expr.ExpExpVisitor
-
Packages that use ExpExpVisitor Package Description gnu.expr SupportsExpression
, and various related classes need to compile programming languages.gnu.xquery.lang -
-
Uses of ExpExpVisitor in gnu.expr
Subclasses of ExpExpVisitor in gnu.expr Modifier and Type Class Description class
ANormalize
A visitor that performs transformation to Administrative Normal Form.class
ChainLambdas
Sets up the firstChild/nextSibling links of each LambdaExp.class
FindCapturedVars
class
FindTailCalls
A visitor that checks for tails-calls; also notes read/write/call accesses.class
InlineCalls
The main Expression re-writing pass.class
ResolveNames
This resolves references to lexical Declarations. -
Uses of ExpExpVisitor in gnu.xquery.lang
Subclasses of ExpExpVisitor in gnu.xquery.lang Modifier and Type Class Description class
XQResolveNames
-