public static final class AnnotationElement.Attribute extends AnnotationElement
AnnotationElement.Annotation, AnnotationElement.AnnotationTarget, AnnotationElement.Array, AnnotationElement.Attribute, AnnotationElement.AttributeType, AnnotationElement.Identifier, AnnotationElement.Literal, AnnotationElement.Value, AnnotationElement.Visitorposition, UNKNOWN_POSITION| Constructor and Description |
|---|
Attribute(long pos,
String name,
AnnotationElement.Value value) |
| Modifier and Type | Method and Description |
|---|---|
void |
acceptVisitor(AnnotationElement.Visitor visitor) |
String |
getName() |
AnnotationElement.Value |
getValue() |
String |
toString() |
column, line, makePosition, positionToStringpublic Attribute(long pos,
String name,
AnnotationElement.Value value)
public String getName()
public AnnotationElement.Value getValue()
public void acceptVisitor(AnnotationElement.Visitor visitor)
acceptVisitor in class AnnotationElementCopyright © 2020 JBoss, a division of Red Hat. All rights reserved.