Uses of Class
net.jangaroo.jooc.ast.Expr
-
Packages that use Expr Package Description net.jangaroo.jooc.ast net.jangaroo.jooc.backend net.jangaroo.jooc.mxml -
-
Uses of Expr in net.jangaroo.jooc.ast
Classes in net.jangaroo.jooc.ast with type parameters of type Expr Modifier and Type Class Description classParenthesizedExpr<E extends Expr>Subclasses of Expr in net.jangaroo.jooc.ast Modifier and Type Class Description classApplyExprclassArrayIndexExprclassArrayLiteralclassAsExprclassAssignmentOpExprclassBinaryOpExprclassCommaSeparatedList<T extends AstNode>classConditionalExprclassDotExprclassFunctionExprclassIdeExprclassInfixOpExprA BinaryOpExpr for AS3 infix operators that are not supported directly in JS.classIsExprclassLiteralExprclassNewExprclassObjectLiteralclassOpExprclassParametersclassParenthesizedExpr<E extends Expr>classPostfixOpExprclassPrefixOpExprclassSpreadclassUnaryOpExprclassVectorLiteralMethods in net.jangaroo.jooc.ast with type parameters of type Expr Modifier and Type Method Description <T extends Expr>
voidAstVisitor. visitParenthesizedExpr(ParenthesizedExpr<T> parenthesizedExpr)<T extends Expr>
voidAstVisitorBase. visitParenthesizedExpr(ParenthesizedExpr<T> parenthesizedExpr)<T extends Expr>
voidTransitiveAstVisitor. visitParenthesizedExpr(ParenthesizedExpr<T> parenthesizedExpr)Methods in net.jangaroo.jooc.ast that return Expr Modifier and Type Method Description ExprNewExpr. getApplyConstructor()ExprUnaryOpExpr. getArg()ExprBinaryOpExpr. getArg1()ExprBinaryOpExpr. getArg2()ExprArrayIndexExpr. getArray()ExprConditionalExpr. getCond()ExprIfStatement. getCond()ExprCaseStatement. getExpr()ExprForInitializer. getExpr()ExprForInStatement. getExpr()ExprApplyExpr. getFun()ExprSuperConstructorCallStatement. getFun()ExprConditionalExpr. getIfFalse()ExprConditionalExpr. getIfTrue()ExprForInStatement. getLValue()ExprIdeExpr. getNormalizedExpr()ExprConditionalLoopStatement. getOptCond()ExprKeywordExprStatement. getOptExpr()ExprForStatement. getOptStep()ExprInitializer. getValue()ExprObjectField. getValue()Methods in net.jangaroo.jooc.ast that return types with arguments of type Expr Modifier and Type Method Description ParenthesizedExpr<CommaSeparatedList<Expr>>ApplyExpr. getArgs()ParenthesizedExpr<CommaSeparatedList<Expr>>SuperConstructorCallStatement. getArgs()ParenthesizedExpr<Expr>ArrayIndexExpr. getIndexExpr()Methods in net.jangaroo.jooc.ast with parameters of type Expr Modifier and Type Method Description voidIde. analyzeAsExpr(AstNode exprParent, Expr parentExpr)voidQualifiedIde. analyzeAsExpr(AstNode exprParent, Expr parentExpr)ClassDeclarationApplyExpr. getPropertiesClass(Expr arg)Constructor parameters in net.jangaroo.jooc.ast with type arguments of type Expr Constructor Description ApplyExpr(Expr fun, JooSymbol lParen, CommaSeparatedList<Expr> args, JooSymbol rParen)ArrayLiteral(JooSymbol lBracket, CommaSeparatedList<Expr> fields, JooSymbol rBracket)SuperConstructorCallStatement(JooSymbol symSuper, JooSymbol lParen, CommaSeparatedList<Expr> args, JooSymbol rParen, JooSymbol symSemicolon) -
Uses of Expr in net.jangaroo.jooc.backend
Methods in net.jangaroo.jooc.backend with type parameters of type Expr Modifier and Type Method Description <T extends Expr>
voidCodeGeneratorBase. visitParenthesizedExpr(ParenthesizedExpr<T> parenthesizedExpr)Methods in net.jangaroo.jooc.backend that return types with arguments of type Expr Modifier and Type Method Description protected Map.Entry<Expr,AstNode>CodeGeneratorBase. getObjectAndProperty(AssignmentOpExpr assignmentOpExpr) -
Uses of Expr in net.jangaroo.jooc.mxml
Methods in net.jangaroo.jooc.mxml that return Expr Modifier and Type Method Description ExprMxmlParserHelper. parseExpression(JooSymbol symbol)
-