Class AnnotationVal
java.lang.Object
org.vesalainen.bcc.annotation.ElementValue
org.vesalainen.bcc.annotation.AnnotationVal
- All Implemented Interfaces:
AnnotationValue, Writable
-
Field Summary
FieldsFields inherited from class ElementValue
classFile, tag -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R,P> R accept(AnnotationValueVisitor<R, P> v, P p) intgetValue()toString()voidwrite(DataOutput out) Methods inherited from class ElementValue
newInstance
-
Field Details
-
annotation
-
-
Constructor Details
-
AnnotationVal
- Throws:
IOException
-
-
Method Details
-
write
- Throws:
IOException
-
getValue
-
getLength
public int getLength()- Specified by:
getLengthin classElementValue
-
toString
- Specified by:
toStringin interfaceAnnotationValue- Overrides:
toStringin classObject
-
accept
-