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