Package | Description |
---|---|
com.google.gwt.dev.generator.ast |
Modifier and Type | Class and Description |
---|---|
class |
Expression
A
Node that represents a Java expression. |
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 . |
Copyright © 2018. All rights reserved.