public enum AttributeType extends Enum<AttributeType>
| Modifier and Type | Method and Description |
|---|---|
static AttributeType |
getAttributeType(String value) |
static AttributeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AttributeType ConstantValue
public static final AttributeType Code
public static final AttributeType StackMapTable
public static final AttributeType Exceptions
public static final AttributeType InnerClasses
public static final AttributeType EnclosingMethod
public static final AttributeType Synthetic
public static final AttributeType Signature
public static final AttributeType SourceFile
public static final AttributeType SourceDebugExtension
public static final AttributeType LineNumberTable
public static final AttributeType LocalVariableTable
public static final AttributeType LocalVariableTypeTable
public static final AttributeType Deprecated
public static final AttributeType RuntimeVisibleAnnotations
public static final AttributeType RuntimeInvisibleAnnotations
public static final AttributeType RuntimeVisibleParameterAnnotations
public static final AttributeType RuntimeInvisibleParameterAnnotations
public static final AttributeType AnnotationDefault
public static final AttributeType BootstrapMethods
public String value
public static AttributeType[] values()
for (AttributeType c : AttributeType.values()) System.out.println(c);
public static AttributeType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static AttributeType getAttributeType(String value)
Copyright © 2019. All rights reserved.