Uses of Enum
org.jboss.jdeparser.JClassItem.Kind
-
Uses of JClassItem.Kind in org.jboss.jdeparser
Subclasses with type arguments of type JClassItem.Kind in org.jboss.jdeparserMethods in org.jboss.jdeparser that return JClassItem.KindModifier and TypeMethodDescriptionAnnotationJClassDef.getItemKind()BlankLine.getItemKind()BlockJComment.getItemKind()ConstructorJMethodDef.getItemKind()EnumJClassDef.getItemKind()FirstJVarDeclaration.getItemKind()ImplJEnumConstant.getItemKind()InitJBlock.getItemKind()InterfaceJClassDef.getItemKind()JClassItem.getItemKind()Deprecated.LineJComment.getItemKind()MethodJMethodDef.getItemKind()PlainJClassDef.getItemKind()StaticInitJBlock.getItemKind()static JClassItem.KindDeprecated.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.KindModifier and TypeMethodDescriptionbooleanJClassItem.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.KindModifier and TypeMethodDescriptionstatic booleanJClassItem.Kind.isFull(EnumSet<JClassItem.Kind> set) Deprecated.Determine whether the given set is fully populated (or "full"), meaning it contains all possible values.