| Interface | Description |
|---|---|
| CompilationUnit |
This interface describes methods common to all Java compilation units (Java
classes, interfaces, and enums).
|
| CompilationUnitVisitor<R> |
| Class | Description |
|---|---|
| AbstractJavaType | |
| Field | |
| FullyQualifiedJavaType | |
| InitializationBlock | |
| InnerClass |
This class encapsulates the idea of an inner class - it has methods that make
it easy to generate inner classes.
|
| InnerEnum |
This class encapsulates the idea of an inner enum - it has methods that make
it easy to generate inner enum.
|
| InnerInterface | |
| Interface | |
| JavaDomUtils | |
| JavaElement | |
| JavaReservedWords |
This class contains a list of Java reserved words.
|
| Method | |
| Parameter | |
| PrimitiveTypeWrapper | |
| TopLevelClass | |
| TopLevelEnumeration | |
| TypeParameter |
| Enum | Description |
|---|---|
| JavaVisibility |
Typesafe enum of possible Java visibility settings.
|
Copyright © 2006–2025 MyBatis.org. All rights reserved.