Uses of Class
net.jangaroo.jooc.ast.NewExpr
-
Packages that use NewExpr Package Description net.jangaroo.jooc.ast net.jangaroo.jooc.backend -
-
Uses of NewExpr in net.jangaroo.jooc.ast
Methods in net.jangaroo.jooc.ast with parameters of type NewExpr Modifier and Type Method Description voidAstVisitor. visitNewExpr(NewExpr newExpr)voidAstVisitorBase. visitNewExpr(NewExpr newExpr)voidTransitiveAstVisitor. visitNewExpr(NewExpr newExpr) -
Uses of NewExpr in net.jangaroo.jooc.backend
Methods in net.jangaroo.jooc.backend with parameters of type NewExpr Modifier and Type Method Description voidCodeGeneratorBase. visitNewExpr(NewExpr newExpr)
-