| Package | Description |
|---|---|
| net.jangaroo.jooc.ast | |
| net.jangaroo.jooc.backend |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayLiteral |
| Modifier and Type | Method and Description |
|---|---|
ParenthesizedExpr<CommaSeparatedList<Expr>> |
SuperConstructorCallStatement.getArgs() |
ParenthesizedExpr<CommaSeparatedList<Expr>> |
ApplyExpr.getArgs() |
ParenthesizedExpr |
SwitchStatement.getCond() |
ParenthesizedExpr<Expr> |
ArrayIndexExpr.getIndexExpr() |
| Modifier and Type | Method and Description |
|---|---|
<T extends Expr> |
TransitiveAstVisitor.visitParenthesizedExpr(ParenthesizedExpr<T> parenthesizedExpr) |
<T extends Expr> |
AstVisitorBase.visitParenthesizedExpr(ParenthesizedExpr<T> parenthesizedExpr) |
<T extends Expr> |
AstVisitor.visitParenthesizedExpr(ParenthesizedExpr<T> parenthesizedExpr) |
| Constructor and Description |
|---|
DoStatement(JooSymbol symDo,
Statement statement,
JooSymbol symWhile,
ParenthesizedExpr cond,
JooSymbol symSemicolon) |
SwitchStatement(JooSymbol symSwitch,
ParenthesizedExpr cond,
JooSymbol lBrace,
List<Directive> directives,
JooSymbol rBrace) |
WhileStatement(JooSymbol symWhile,
ParenthesizedExpr cond,
Statement body) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Expr> |
JsCodeGenerator.visitParenthesizedExpr(ParenthesizedExpr<T> parenthesizedExpr) |
Copyright © 2002–2020 CoreMedia AG. All rights reserved.