public static interface Java.ClassDeclaration extends Java.TypeDeclaration
| Modifier and Type | Method and Description |
|---|---|
SortedMap<String,IClass.IField> |
getSyntheticFields() |
List<Java.BlockStatement> |
getVariableDeclaratorsAndInitializers()
Returns the initializers for class variables (JLS7 8.3.2.1) and instance variables (JLS7 8.3.2.2), and
the instance initializers (JLS7 8.6) and static initializers (JLS7 8.7) in the order as they appear in
the type declaration.
|
accept, createAnonymousClassName, createLocalTypeName, getClassName, getMemberTypeDeclaration, getMemberTypeDeclarations, getMethodDeclaration, getMethodDeclarations, getModifierFlagsgetAnnotationsgetLocation, throwCompileExceptiongetEnclosingScopeList<Java.BlockStatement> getVariableDeclaratorsAndInitializers()
SortedMap<String,IClass.IField> getSyntheticFields()
Copyright © 2019. All rights reserved.