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.KindAnnotationJClassDef. getItemKind()JClassItem.KindBlankLine. getItemKind()JClassItem.KindBlockJComment. getItemKind()JClassItem.KindConstructorJMethodDef. getItemKind()JClassItem.KindEnumJClassDef. getItemKind()JClassItem.KindFirstJVarDeclaration. getItemKind()JClassItem.KindImplJEnumConstant. getItemKind()JClassItem.KindInitJBlock. getItemKind()JClassItem.KindInterfaceJClassDef. getItemKind()JClassItem.KindJClassItem. getItemKind()Deprecated.JClassItem.KindLineJComment. getItemKind()JClassItem.KindMethodJMethodDef. getItemKind()JClassItem.KindPlainJClassDef. getItemKind()JClassItem.KindStaticInitJBlock. getItemKind()static JClassItem.KindJClassItem.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 booleanJClassItem.Kind. in(JClassItem.Kind v1)Deprecated.Determine whether this instance is equal to one of the given instances.booleanJClassItem.Kind. in(JClassItem.Kind... values)Deprecated.Determine whether this instance is equal to one of the given instances.booleanJClassItem.Kind. in(JClassItem.Kind v1, JClassItem.Kind v2)Deprecated.Determine whether this instance is equal to one of the given instances.booleanJClassItem.Kind. in(JClassItem.Kind v1, JClassItem.Kind v2, JClassItem.Kind v3)Deprecated.Determine whether this instance is equal to one of the given instances.booleanJClassItem.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 booleanJClassItem.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.
-