Uses of Class
net.jangaroo.jooc.ast.ApplyExpr
-
Packages that use ApplyExpr Package Description net.jangaroo.jooc net.jangaroo.jooc.ast net.jangaroo.jooc.backend -
-
Uses of ApplyExpr in net.jangaroo.jooc
Methods in net.jangaroo.jooc with parameters of type ApplyExpr Modifier and Type Method Description voidTypeChecker. visitApplyExpr(ApplyExpr applyExpr) -
Uses of ApplyExpr in net.jangaroo.jooc.ast
Methods in net.jangaroo.jooc.ast with parameters of type ApplyExpr Modifier and Type Method Description voidAstVisitor. visitApplyExpr(ApplyExpr applyExpr)voidAstVisitorBase. visitApplyExpr(ApplyExpr applyExpr)voidTransitiveAstVisitor. visitApplyExpr(ApplyExpr applyExpr) -
Uses of ApplyExpr in net.jangaroo.jooc.backend
Methods in net.jangaroo.jooc.backend with parameters of type ApplyExpr Modifier and Type Method Description voidCodeGeneratorBase. visitApplyExpr(ApplyExpr applyExpr)voidJsCodeGenerator. visitApplyExpr(ApplyExpr applyExpr)voidTypeScriptCodeGenerator. visitApplyExpr(ApplyExpr applyExpr)voidCodeGeneratorBase. visitApplyExprArguments(ApplyExpr applyExpr)
-