| Package | Description |
|---|---|
| com.google.gwt.dev.generator.ast |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Statements
Represents one or more groups of
Statements. |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseNode
A simple base class for implementing an AST
Node. |
class |
Expression
A
Node that represents a Java expression. |
class |
ForLoop
A kind of
Statements that represents a for loop. |
class |
MethodCall
An
Expression that represents a method call, for example,
foo( a, b, c ). |
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. |
Copyright © 2018. All rights reserved.