Package | Description |
---|---|
com.google.gwt.dev.generator.ast |
Modifier and Type | Class and Description |
---|---|
class |
ForLoop
A kind of
Statements that represents a for loop. |
class |
Statement
A
Node that represents a single Java statement. |
class |
StatementsList
An implementation of
Statements that is composed of a list of
Statements . |
class |
WhileLoop
A Node that represents a Java
while loop. |
Modifier and Type | Method and Description |
---|---|
List<Statements> |
WhileLoop.getStatements() |
List<Statements> |
Statements.getStatements()
Returns a list of
Statements . |
List<Statements> |
Statement.getStatements()
|
List<Statements> |
ForLoop.getStatements() |
List<Statements> |
StatementsList.getStatements()
Returns the
Statements that are in this list. |
Constructor and Description |
---|
ForLoop(String initializer,
String test,
String step,
Statements statements)
Constructs a new
ForLoop Node . |
Copyright © 2018. All rights reserved.