|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.tools.classfile.Annotation.element_value
public abstract static class Annotation.element_value
See JVMS3, section 4.8.16.1.
| Nested Class Summary | |
|---|---|
static interface |
Annotation.element_value.Visitor<R,P>
|
| Field Summary | |
|---|---|
int |
tag
|
| Constructor Summary | |
|---|---|
protected |
Annotation.element_value(int tag)
|
| Method Summary | ||
|---|---|---|
abstract
|
accept(Annotation.element_value.Visitor<R,P> visitor,
P p)
|
|
abstract int |
length()
|
|
static Annotation.element_value |
read(ClassReader cr)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final int tag
| Constructor Detail |
|---|
protected Annotation.element_value(int tag)
| Method Detail |
|---|
public static Annotation.element_value read(ClassReader cr)
throws java.io.IOException,
Annotation.InvalidAnnotation
java.io.IOException
Annotation.InvalidAnnotationpublic abstract int length()
public abstract <R,P> R accept(Annotation.element_value.Visitor<R,P> visitor,
P p)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||