|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Expr | |
|---|---|
| net.jangaroo.jooc.ast | |
| net.jangaroo.jooc.backend | |
| Uses of Expr in net.jangaroo.jooc.ast |
|---|
| Classes in net.jangaroo.jooc.ast with type parameters of type Expr | |
|---|---|
class |
ParenthesizedExpr<E extends Expr>
|
| Subclasses of Expr in net.jangaroo.jooc.ast | |
|---|---|
class |
ApplyExpr
|
class |
ArrayIndexExpr
|
class |
ArrayLiteral
|
class |
AsExpr
|
class |
AssignmentOpExpr
|
class |
BinaryOpExpr
|
class |
CommaSeparatedList<T extends AstNode>
|
class |
ConditionalExpr
|
class |
DotExpr
|
class |
FunctionExpr
|
class |
IdeExpr
|
class |
InfixOpExpr
A BinaryOpExpr for AS3 infix operators that are not supported directly in JS. |
class |
IsExpr
|
class |
LiteralExpr
|
class |
NewExpr
|
class |
ObjectLiteral
|
class |
OpExpr
|
class |
Parameters
|
class |
ParenthesizedExpr<E extends Expr>
|
class |
PostfixOpExpr
|
class |
PrefixOpExpr
|
class |
UnaryOpExpr
|
class |
VectorLiteral
|
| Methods in net.jangaroo.jooc.ast with type parameters of type Expr | ||
|---|---|---|
|
TransitiveAstVisitor.visitParenthesizedExpr(ParenthesizedExpr<T> parenthesizedExpr)
|
|
|
AstVisitorBase.visitParenthesizedExpr(ParenthesizedExpr<T> parenthesizedExpr)
|
|
|
AstVisitor.visitParenthesizedExpr(ParenthesizedExpr<T> parenthesizedExpr)
|
|
| Methods in net.jangaroo.jooc.ast that return Expr | |
|---|---|
Expr |
NewExpr.getApplyConstructor()
|
Expr |
UnaryOpExpr.getArg()
|
Expr |
BinaryOpExpr.getArg1()
|
Expr |
BinaryOpExpr.getArg2()
|
Expr |
ArrayIndexExpr.getArray()
|
Expr |
IfStatement.getCond()
|
Expr |
ConditionalExpr.getCond()
|
Expr |
ForInStatement.getExpr()
|
Expr |
ForInitializer.getExpr()
|
Expr |
CaseStatement.getExpr()
|
Expr |
SuperConstructorCallStatement.getFun()
|
Expr |
ApplyExpr.getFun()
|
Expr |
ConditionalExpr.getIfFalse()
|
Expr |
ConditionalExpr.getIfTrue()
|
Expr |
ForInStatement.getLValue()
|
Expr |
ConditionalLoopStatement.getOptCond()
|
Expr |
ForStatement.getOptStep()
|
Expr |
ObjectField.getValue()
|
Expr |
Initializer.getValue()
|
| Methods in net.jangaroo.jooc.ast that return types with arguments of type Expr | |
|---|---|
ParenthesizedExpr<CommaSeparatedList<Expr>> |
SuperConstructorCallStatement.getArgs()
|
ParenthesizedExpr<CommaSeparatedList<Expr>> |
ApplyExpr.getArgs()
|
ParenthesizedExpr<Expr> |
ArrayIndexExpr.getIndexExpr()
|
| Methods in net.jangaroo.jooc.ast with parameters of type Expr | |
|---|---|
void |
QualifiedIde.analyzeAsExpr(AstNode exprParent,
Expr parentExpr)
|
void |
Ide.analyzeAsExpr(AstNode exprParent,
Expr parentExpr)
|
| Constructor parameters in net.jangaroo.jooc.ast with type arguments of type Expr | |
|---|---|
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 | ||
|---|---|---|
|
JsCodeGenerator.visitParenthesizedExpr(ParenthesizedExpr<T> parenthesizedExpr)
|
|
|
ApiCodeGenerator.visitParenthesizedExpr(ParenthesizedExpr<T> parenthesizedExpr)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||