- All Superinterfaces:
AnnotationValue,AnnotationValue.OfConstant,ClassfileElement,WritableElement<AnnotationValue>
- All Known Implementing Classes:
AnnotationImpl.OfLongImpl
- Enclosing interface:
AnnotationValue
public static sealed interface AnnotationValue.OfLong
extends AnnotationValue.OfConstant
permits AnnotationImpl.OfLongImpl
Models a constant-valued element
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.glavo.classfile.AnnotationValue
AnnotationValue.OfAnnotation, AnnotationValue.OfArray, AnnotationValue.OfBoolean, AnnotationValue.OfByte, AnnotationValue.OfCharacter, AnnotationValue.OfClass, AnnotationValue.OfConstant, AnnotationValue.OfDouble, AnnotationValue.OfEnum, AnnotationValue.OfFloat, AnnotationValue.OfInteger, AnnotationValue.OfLong, AnnotationValue.OfShort, AnnotationValue.OfString -
Method Summary
Methods inherited from interface org.glavo.classfile.AnnotationValue
tagMethods inherited from interface org.glavo.classfile.AnnotationValue.OfConstant
constant, constantValueMethods inherited from interface org.glavo.classfile.WritableElement
writeTo
-
Method Details
-
longValue
long longValue()Returns the constant.- Returns:
- the constant
-