|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VariableDeclaration | |
|---|---|
| net.jangaroo.jooc.ast | |
| net.jangaroo.jooc.backend | |
| Uses of VariableDeclaration in net.jangaroo.jooc.ast |
|---|
| Methods in net.jangaroo.jooc.ast that return VariableDeclaration | |
|---|---|
VariableDeclaration |
ForInStatement.getDecl()
|
protected VariableDeclaration |
VariableDeclaration.getFirstVariableDeclaration()
|
VariableDeclaration |
VariableDeclaration.getOptNextVariableDeclaration()
|
protected VariableDeclaration |
VariableDeclaration.getPreviousVariableDeclaration()
|
| Methods in net.jangaroo.jooc.ast that return types with arguments of type VariableDeclaration | |
|---|---|
List<VariableDeclaration> |
ClassDeclaration.getFieldsWithInitializer()
|
| Methods in net.jangaroo.jooc.ast with parameters of type VariableDeclaration | |
|---|---|
void |
ClassDeclaration.addFieldWithInitializer(VariableDeclaration fieldDeclaration)
|
void |
AstVisitorBase.visitVariableDeclaration(VariableDeclaration variableDeclaration)
|
void |
AstVisitor.visitVariableDeclaration(VariableDeclaration variableDeclaration)
|
| Constructors in net.jangaroo.jooc.ast with parameters of type VariableDeclaration | |
|---|---|
ForInStatement(JooSymbol symFor,
JooSymbol symEach,
JooSymbol lParen,
VariableDeclaration decl,
JooSymbol symIn,
Expr expr,
JooSymbol rParen,
Statement body)
|
|
VariableDeclaration(JooSymbol[] modifiers,
JooSymbol optSymConstOrVar,
Ide ide,
TypeRelation optTypeRelation,
Initializer optInitializer,
VariableDeclaration optNextVariableDeclaration,
JooSymbol optSymSemicolon)
|
|
VariableDeclaration(JooSymbol symConstOrVar,
Ide ide,
TypeRelation optTypeRelation,
Initializer optInitializer,
VariableDeclaration optNextVariableDeclaration)
|
|
VariableDeclaration(JooSymbol symConstOrVar,
Ide ide,
TypeRelation optTypeRelation,
Initializer optInitializer,
VariableDeclaration optNextVariableDeclaration,
JooSymbol optSymSemicolon)
|
|
| Uses of VariableDeclaration in net.jangaroo.jooc.backend |
|---|
| Methods in net.jangaroo.jooc.backend with parameters of type VariableDeclaration | |
|---|---|
protected void |
JsCodeGenerator.generateFieldEndCode(VariableDeclaration variableDeclaration)
|
protected void |
JsCodeGenerator.generateFieldInitializerCode(VariableDeclaration variableDeclaration)
|
protected void |
JsCodeGenerator.generateFieldStartCode(VariableDeclaration variableDeclaration)
|
void |
JsCodeGenerator.generateInitCode(VariableDeclaration field,
boolean endWithSemicolon)
|
protected void |
JsCodeGenerator.generateVariableDeclarationEndCode(VariableDeclaration variableDeclaration)
|
protected void |
JsCodeGenerator.generateVariableDeclarationInitializerCode(VariableDeclaration variableDeclaration)
|
protected void |
JsCodeGenerator.generateVariableDeclarationStartCode(VariableDeclaration variableDeclaration)
|
protected void |
JsCodeGenerator.generateVarStartCode(VariableDeclaration variableDeclaration)
|
void |
ApiCodeGenerator.visitVariableDeclaration(VariableDeclaration variableDeclaration)
|
void |
JsCodeGenerator.visitVariableDeclaration(VariableDeclaration variableDeclaration)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||