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 classANormalizeA visitor that performs transformation to Administrative Normal Form.classChainLambdasSets up the firstChild/nextSibling links of each LambdaExp.classFindCapturedVarsclassFindTailCallsA visitor that checks for tails-calls; also notes read/write/call accesses.classInlineCallsThe main Expression re-writing pass.classResolveNamesThis resolves references to lexical Declarations. -
Uses of ExpExpVisitor in gnu.xquery.lang
Subclasses of ExpExpVisitor in gnu.xquery.lang Modifier and Type Class Description classXQResolveNames
-