public static class Attribute.Error 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) |
String |
getValue() |
String |
toString() |
getPosition, isSynthesized
public Error(Type type)
public void accept(Attribute.Visitor v)
public String toString()
toString
in interface AnnotationValue
toString
in class Object
public String 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.