Uses of Class
net.jangaroo.jooc.ast.IdeExpr
-
Packages that use IdeExpr Package Description net.jangaroo.jooc.ast net.jangaroo.jooc.backend -
-
Uses of IdeExpr in net.jangaroo.jooc.ast
Methods in net.jangaroo.jooc.ast that return IdeExpr Modifier and Type Method Description static IdeExprIdeExpr. fromPrefix(JooSymbol symPrefix, JooSymbol symDot, Ide ide)Methods in net.jangaroo.jooc.ast that return types with arguments of type IdeExpr Modifier and Type Method Description Set<IdeExpr>IdeDeclaration. getUsages()Methods in net.jangaroo.jooc.ast with parameters of type IdeExpr Modifier and Type Method Description voidAstVisitor. visitIdeExpression(IdeExpr ideExpr)voidAstVisitorBase. visitIdeExpression(IdeExpr ideExpr)voidTransitiveAstVisitor. visitIdeExpression(IdeExpr ideExpr) -
Uses of IdeExpr in net.jangaroo.jooc.backend
Methods in net.jangaroo.jooc.backend with parameters of type IdeExpr Modifier and Type Method Description voidCodeGeneratorBase. visitIdeExpression(IdeExpr ideExpr)voidJsCodeGenerator. visitIdeExpression(IdeExpr ideExpr)
-