| Package | Description |
|---|---|
| net.jangaroo.jooc.ast | |
| net.jangaroo.jooc.backend |
| Modifier and Type | Class and Description |
|---|---|
class |
Parameters |
| Modifier and Type | Method and Description |
|---|---|
CommaSeparatedList<ObjectField> |
ObjectLiteral.getFields() |
CommaSeparatedList<AnnotationParameter> |
Annotation.getOptAnnotationParameters() |
CommaSeparatedList<Ide> |
Implements.getSuperTypes() |
CommaSeparatedList<T> |
CommaSeparatedList.getTail() |
| Modifier and Type | Method and Description |
|---|---|
ParenthesizedExpr<CommaSeparatedList<Expr>> |
SuperConstructorCallStatement.getArgs() |
ParenthesizedExpr<CommaSeparatedList<Expr>> |
ApplyExpr.getArgs() |
| Modifier and Type | Method and Description |
|---|---|
<T extends AstNode> |
AstVisitor.visitCommaSeparatedList(CommaSeparatedList<T> nodeTypeCommaSeparatedList) |
<T extends AstNode> |
AstVisitorBase.visitCommaSeparatedList(CommaSeparatedList<T> nodeTypeCommaSeparatedList) |
<T extends AstNode> |
TransitiveAstVisitor.visitCommaSeparatedList(CommaSeparatedList<T> nodeTypeCommaSeparatedList) |
| Constructor and Description |
|---|
Annotation(JooSymbol leftBracket,
Ide ide,
JooSymbol optLeftParen,
CommaSeparatedList<AnnotationParameter> optAnnotationParameters,
JooSymbol optRightParen,
JooSymbol optRightBracket) |
ApplyExpr(Expr fun,
JooSymbol lParen,
CommaSeparatedList<Expr> args,
JooSymbol rParen) |
ArrayLiteral(JooSymbol lBracket,
CommaSeparatedList<Expr> fields,
JooSymbol rBracket) |
CommaSeparatedList(T head,
JooSymbol comma,
CommaSeparatedList<T> tail) |
Implements(JooSymbol symImplements,
CommaSeparatedList<Ide> superTypes) |
ObjectLiteral(JooSymbol lBrace,
CommaSeparatedList<ObjectField> fields,
JooSymbol optComma,
JooSymbol rBrace) |
SuperConstructorCallStatement(JooSymbol symSuper,
JooSymbol lParen,
CommaSeparatedList<Expr> args,
JooSymbol rParen,
JooSymbol symSemicolon) |
| Modifier and Type | Method and Description |
|---|---|
<T extends AstNode> |
CodeGeneratorBase.visitCommaSeparatedList(CommaSeparatedList<T> commaSeparatedList) |
Copyright © 2002–2015 CoreMedia AG. All rights reserved.