public interface IAttributeNamesConstants
Modifier and Type | Field and Description |
---|---|
static char[] |
ANNOTATION_DEFAULT
"AnnotationDefault" attribute (added in J2SE 1.5).
|
static char[] |
BOOTSTRAP_METHODS
"BootstrapMethods" attribute (added in cldc1.0).
|
static char[] |
CODE
"Code" attribute.
|
static char[] |
CONSTANT_VALUE
"ConstantValue" attribute.
|
static char[] |
DEPRECATED
"Deprecated" attribute.
|
static char[] |
ENCLOSING_METHOD
"EnclosingMethod" attribute (added in J2SE 1.5).
|
static char[] |
EXCEPTIONS
"Exceptions" attribute.
|
static char[] |
INNER_CLASSES
"InnerClasses" attribute.
|
static char[] |
LINE_NUMBER
"LineNumberTable" attribute.
|
static char[] |
LOCAL_VARIABLE
"LocalVariableTable" attribute.
|
static char[] |
LOCAL_VARIABLE_TYPE_TABLE
"LocalVariableTypeTable" attribute (added in J2SE 1.5).
|
static char[] |
METHOD_PARAMETERS
"MethodParameters" attribute (added in jep118).
|
static char[] |
RUNTIME_INVISIBLE_ANNOTATIONS
"RuntimeInvisibleAnnotations" attribute (added in J2SE 1.5).
|
static char[] |
RUNTIME_INVISIBLE_PARAMETER_ANNOTATIONS
"RuntimeInvisibleParameterAnnotations" attribute (added in J2SE 1.5).
|
static char[] |
RUNTIME_INVISIBLE_TYPE_ANNOTATIONS
"RuntimeInvisibleTypeAnnotations" attribute (added in jsr 308).
|
static char[] |
RUNTIME_VISIBLE_ANNOTATIONS
"RuntimeVisibleAnnotations" attribute (added in J2SE 1.5).
|
static char[] |
RUNTIME_VISIBLE_PARAMETER_ANNOTATIONS
"RuntimeVisibleParameterAnnotations" attribute (added in J2SE 1.5).
|
static char[] |
RUNTIME_VISIBLE_TYPE_ANNOTATIONS
"RuntimeVisibleTypeAnnotations" attribute (added in jsr 308).
|
static char[] |
SIGNATURE
"Signature" attribute (added in J2SE 1.5).
|
static char[] |
SOURCE
"SourceFile" attribute.
|
static char[] |
STACK_MAP
"StackMap" attribute (added in cldc1.0).
|
static char[] |
STACK_MAP_TABLE
"StackMapTable" attribute (added in J2SE 1.6).
|
static char[] |
SYNTHETIC
"Synthetic" attribute.
|
static final char[] SYNTHETIC
Note that prior to JDK 1.5, synthetic elements were always marked
using an attribute; with 1.5, synthetic elements can also be marked
using the IModifierConstants.ACC_SYNTHETIC
flag.
static final char[] CONSTANT_VALUE
static final char[] LINE_NUMBER
static final char[] LOCAL_VARIABLE
static final char[] INNER_CLASSES
static final char[] CODE
static final char[] EXCEPTIONS
static final char[] SOURCE
static final char[] DEPRECATED
static final char[] SIGNATURE
ISignatureAttribute
.static final char[] ENCLOSING_METHOD
IEnclosingMethodAttribute
.static final char[] LOCAL_VARIABLE_TYPE_TABLE
static final char[] RUNTIME_VISIBLE_ANNOTATIONS
static final char[] RUNTIME_INVISIBLE_ANNOTATIONS
static final char[] RUNTIME_VISIBLE_PARAMETER_ANNOTATIONS
static final char[] RUNTIME_INVISIBLE_PARAMETER_ANNOTATIONS
static final char[] ANNOTATION_DEFAULT
static final char[] STACK_MAP_TABLE
static final char[] STACK_MAP
static final char[] RUNTIME_VISIBLE_TYPE_ANNOTATIONS
static final char[] RUNTIME_INVISIBLE_TYPE_ANNOTATIONS
static final char[] BOOTSTRAP_METHODS
static final char[] METHOD_PARAMETERS
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.