| Package | Description | 
|---|---|
| com.google.gwt.dev.jjs.ast | |
| com.google.gwt.dev.jjs.impl | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | CanBeSetFinalCharacteristic interface to be overlaid on AST constructs that can retain a
 boolean 'final' flag. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | JArrayTypeInstances are shared. | 
| class  | JClassTypeJava class type reference expression. | 
| class  | JConstructorA Java constructor method. | 
| class  | JDeclaredTypeBase class for any declared type. | 
| class  | JEnumFieldA field that is an enum constant. | 
| class  | JEnumTypeJava enum type reference expression. | 
| class  | JFieldJava field definition. | 
| class  | JInterfaceTypeJava interface type definition. | 
| class  | JLocalJava local variable definition. | 
| class  | JMethodA Java method implementation. | 
| class  | JNonNullTypeA type including all the values in some other type except for
  null. | 
| class  | JNullTypeJava null reference type. | 
| class  | JParameterJava method parameter definition. | 
| class  | JPrimitiveTypeBase class for all Java primitive types. | 
| class  | JReferenceTypeBase class for any reference type. | 
| class  | JTypeBase class for any types entity. | 
| class  | JVariableBase class for any storage location. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | ToStringGenerationVisitor. printFinalFlag(CanBeFinal x) | 
Copyright © 2018. All rights reserved.