|
Eclipse JDT Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Description of attribute names as described in the JVM specifications. This interface is not intended to be implemented by clients.
Field Summary | |
static char[] |
ANNOTATION_DEFAULT
"AnnotationDefault" attribute (added in J2SE 1.5). |
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[] |
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_VISIBLE_ANNOTATIONS
"RuntimeVisibleAnnotations" attribute (added in J2SE 1.5). |
static char[] |
RUNTIME_VISIBLE_PARAMETER_ANNOTATIONS
"RuntimeVisibleParameterAnnotations" attribute (added in J2SE 1.5). |
static char[] |
SIGNATURE
"Signature" attribute (added in J2SE 1.5). |
static char[] |
SOURCE
"SourceFile" attribute. |
static char[] |
SYNTHETIC
"Synthetic" attribute. |
Field Detail |
public 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.
public static final char[] CONSTANT_VALUE
public static final char[] LINE_NUMBER
public static final char[] LOCAL_VARIABLE
public static final char[] INNER_CLASSES
public static final char[] CODE
public static final char[] EXCEPTIONS
public static final char[] SOURCE
public static final char[] DEPRECATED
public static final char[] SIGNATURE
ISignatureAttribute
.
public static final char[] ENCLOSING_METHOD
IEnclosingMethodAttribute
.
public static final char[] LOCAL_VARIABLE_TYPE_TABLE
public static final char[] RUNTIME_VISIBLE_ANNOTATIONS
public static final char[] RUNTIME_INVISIBLE_ANNOTATIONS
public static final char[] RUNTIME_VISIBLE_PARAMETER_ANNOTATIONS
public static final char[] RUNTIME_INVISIBLE_PARAMETER_ANNOTATIONS
public static final char[] ANNOTATION_DEFAULT
|
Eclipse JDT Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |