Class ConstValueIndex
java.lang.Object
org.vesalainen.bcc.annotation.ElementValue
org.vesalainen.bcc.annotation.ConstValueIndex
- 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) intClass<?> getType()getValue()toString()voidwrite(DataOutput out) Methods inherited from class ElementValue
newInstance
-
Field Details
-
constValueIndex
private final int constValueIndex
-
-
Constructor Details
-
ConstValueIndex
- Throws:
IOException
-
-
Method Details
-
getConstantInfo
-
getType
-
getValue
-
write
- Throws:
IOException
-
getLength
public int getLength()- Specified by:
getLengthin classElementValue
-
toString
- Specified by:
toStringin interfaceAnnotationValue- Overrides:
toStringin classObject
-
accept
-