R - The type of the object that the "visit*()" methods returnEX - The type of the exception that the "visit*()" methods may throwpublic static interface ClassFile.AnnotationsAttribute.ConstantElementValue.Visitor<R,EX extends Throwable>
R visitBooleanElementValue(ClassFile.AnnotationsAttribute.BooleanElementValue subject) throws EX extends Throwable
R visitByteElementValue(ClassFile.AnnotationsAttribute.ByteElementValue subject) throws EX extends Throwable
R visitCharElementValue(ClassFile.AnnotationsAttribute.CharElementValue subject) throws EX extends Throwable
R visitClassElementValue(ClassFile.AnnotationsAttribute.ClassElementValue subject) throws EX extends Throwable
R visitDoubleElementValue(ClassFile.AnnotationsAttribute.DoubleElementValue subject) throws EX extends Throwable
R visitFloatElementValue(ClassFile.AnnotationsAttribute.FloatElementValue subject) throws EX extends Throwable
R visitIntElementValue(ClassFile.AnnotationsAttribute.IntElementValue subject) throws EX extends Throwable
R visitLongElementValue(ClassFile.AnnotationsAttribute.LongElementValue subject) throws EX extends Throwable
R visitShortElementValue(ClassFile.AnnotationsAttribute.ShortElementValue subject) throws EX extends Throwable