Modifier and Type | Method and Description |
---|---|
JClassItem.Kind |
AnnotationJClassDef.getItemKind() |
JClassItem.Kind |
BlankLine.getItemKind() |
JClassItem.Kind |
BlockJComment.getItemKind() |
JClassItem.Kind |
ConstructorJMethodDef.getItemKind() |
JClassItem.Kind |
EnumJClassDef.getItemKind() |
JClassItem.Kind |
FirstJVarDeclaration.getItemKind() |
JClassItem.Kind |
ImplJEnumConstant.getItemKind() |
JClassItem.Kind |
InitJBlock.getItemKind() |
JClassItem.Kind |
InterfaceJClassDef.getItemKind() |
JClassItem.Kind |
JClassItem.getItemKind()
Deprecated.
|
JClassItem.Kind |
LineJComment.getItemKind() |
JClassItem.Kind |
MethodJMethodDef.getItemKind() |
JClassItem.Kind |
PlainJClassDef.getItemKind() |
JClassItem.Kind |
StaticInitJBlock.getItemKind() |
static JClassItem.Kind |
JClassItem.Kind.valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static JClassItem.Kind[] |
JClassItem.Kind.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
JClassItem.Kind.in(JClassItem.Kind... values)
Deprecated.
Determine whether this instance is equal to one of the given instances.
|
boolean |
JClassItem.Kind.in(JClassItem.Kind v1)
Deprecated.
Determine whether this instance is equal to one of the given instances.
|
boolean |
JClassItem.Kind.in(JClassItem.Kind v1,
JClassItem.Kind v2)
Deprecated.
Determine whether this instance is equal to one of the given instances.
|
boolean |
JClassItem.Kind.in(JClassItem.Kind v1,
JClassItem.Kind v2,
JClassItem.Kind v3)
Deprecated.
Determine whether this instance is equal to one of the given instances.
|
boolean |
JClassItem.Kind.in(JClassItem.Kind v1,
JClassItem.Kind v2,
JClassItem.Kind v3,
JClassItem.Kind v4)
Deprecated.
Determine whether this instance is equal to one of the given instances.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
JClassItem.Kind.isFull(java.util.EnumSet<JClassItem.Kind> set)
Deprecated.
Determine whether the given set is fully populated (or "full"), meaning it contains all possible values.
|