Uses of Class
org.jboss.jdeparser.JClassItem.Kind
-
-
Uses of JClassItem.Kind in org.jboss.jdeparser
Methods in org.jboss.jdeparser that return JClassItem.Kind Modifier and Type Method 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.Methods in org.jboss.jdeparser with parameters of type JClassItem.Kind Modifier and Type Method Description 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... values)
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.Method parameters in org.jboss.jdeparser with type arguments of type JClassItem.Kind Modifier and Type Method 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.
-