| Package | Description |
|---|---|
| com.google.gwt.dev.jjs.ast | |
| com.google.gwt.dev.jjs.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CanBeSetFinal
Characteristic interface to be overlaid on AST constructs that can retain a
boolean 'final' flag.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JArrayType
Instances are shared.
|
class |
JClassType
Java class type reference expression.
|
class |
JConstructor
A Java constructor method.
|
class |
JDeclaredType
Base class for any declared type.
|
class |
JEnumField
A field that is an enum constant.
|
class |
JEnumType
Java enum type reference expression.
|
class |
JField
Java field definition.
|
class |
JInterfaceType
Java interface type definition.
|
class |
JLocal
Java local variable definition.
|
class |
JMethod
A Java method implementation.
|
class |
JNonNullType
A type including all the values in some other type except for
null. |
class |
JNullType
Java null reference type.
|
class |
JParameter
Java method parameter definition.
|
class |
JPrimitiveType
Base class for all Java primitive types.
|
class |
JReferenceType
Base class for any reference type.
|
class |
JType
Base class for any types entity.
|
class |
JVariable
Base class for any storage location.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ToStringGenerationVisitor.printFinalFlag(CanBeFinal x) |
Copyright © 2018. All rights reserved.