public class ConstantElementValue extends ElementValue
| Modifier and Type | Field and Description |
|---|---|
char |
u1tag |
int |
u2constantValueIndex |
referencedClass, referencedMethod, u2elementNameIndex, visitorInfo| Constructor and Description |
|---|
ConstantElementValue(char u1tag)
Creates an uninitialized ConstantElementValue.
|
ConstantElementValue(char u1tag,
int u2elementNameIndex,
int u2constantValueIndex)
Creates an initialized ConstantElementValue.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Clazz clazz,
Annotation annotation,
ElementValueVisitor elementValueVisitor)
Accepts the given visitor.
|
char |
getTag()
Returns the tag of this element value.
|
getMethodName, getVisitorInfo, referencedMethodAccept, setVisitorInfopublic ConstantElementValue(char u1tag)
public ConstantElementValue(char u1tag,
int u2elementNameIndex,
int u2constantValueIndex)
public char getTag()
ElementValuegetTag in class ElementValuepublic void accept(Clazz clazz, Annotation annotation, ElementValueVisitor elementValueVisitor)
ElementValueaccept in class ElementValueCopyright © 2015. All Rights Reserved.