public static class Attribute.Constant extends Attribute
Attribute.Array, Attribute.Class, Attribute.Compound, Attribute.Constant, Attribute.Enum, Attribute.Error, Attribute.RetentionPolicy, Attribute.TypeCompound, Attribute.UnresolvedClass, Attribute.Visitor
Modifier and Type | Method and Description |
---|---|
<R,P> R |
accept(AnnotationValueVisitor<R,P> v,
P p) |
void |
accept(Attribute.Visitor v) |
Object |
getValue() |
String |
toString() |
getPosition, isSynthesized
public final Object value
public void accept(Attribute.Visitor v)
public String toString()
toString
in interface AnnotationValue
toString
in class Object
public Object getValue()
getValue
in interface AnnotationValue
getValue
in class Attribute
public <R,P> R accept(AnnotationValueVisitor<R,P> v, P p)
accept
in interface AnnotationValue
accept
in class Attribute
Copyright © 2017 earcam. All rights reserved.