Interface | Description |
---|---|
CompilationUnit |
This interface describes methods common to all Java compilation units (Java
classes, interfaces, and enums).
|
Class | Description |
---|---|
Field | |
FullyQualifiedJavaType |
The Class 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 |
The Class Interface.
|
Interface |
The Class Interface.
|
JavaDomUtils | |
JavaElement |
The Class JavaElement.
|
JavaReservedWords |
This class contains a list of Java reserved words.
|
Method |
The Class Method.
|
Parameter | |
PrimitiveTypeWrapper | |
TopLevelClass |
The Class TopLevelClass.
|
TopLevelEnumeration | |
TypeParameter |
Enum | Description |
---|---|
JavaVisibility |
Typesafe enum of possible Java visibility settings.
|
Copyright © 2006–2018 MyBatis.org. All rights reserved.