|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectproguard.classfile.attribute.annotation.ElementValue
proguard.classfile.attribute.annotation.ConstantElementValue
public class ConstantElementValue
This ElementValue represents a constant element value.
| Field Summary | |
|---|---|
int |
u1tag
|
int |
u2constantValueIndex
|
| Fields inherited from class proguard.classfile.attribute.annotation.ElementValue |
|---|
referencedClass, referencedMethod, u2elementNameIndex, visitorInfo |
| Constructor Summary | |
|---|---|
ConstantElementValue(int u1tag)
Creates an uninitialized ConstantElementValue. |
|
| Method Summary | |
|---|---|
void |
accept(Clazz clazz,
Annotation annotation,
ElementValueVisitor elementValueVisitor)
Accepts the given visitor. |
int |
getTag()
Returns the tag of this element value. |
| Methods inherited from class proguard.classfile.attribute.annotation.ElementValue |
|---|
getMethodName, getVisitorInfo, referencedMethodAccept, setVisitorInfo |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final int u1tag
public int u2constantValueIndex
| Constructor Detail |
|---|
public ConstantElementValue(int u1tag)
| Method Detail |
|---|
public int getTag()
ElementValue
getTag in class ElementValue
public void accept(Clazz clazz,
Annotation annotation,
ElementValueVisitor elementValueVisitor)
ElementValue
accept in class ElementValue
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||