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.ElementValue.Visitor<R,EX extends Throwable> extends ClassFile.ConstantElementValue.Visitor<R,EX>
| Modifier and Type | Method and Description |
|---|---|
R |
visitAnnotation(ClassFile.Annotation subject) |
R |
visitArrayElementValue(ClassFile.ArrayElementValue subject) |
R |
visitEnumConstValue(ClassFile.EnumConstValue subject) |
visitBooleanElementValue, visitByteElementValue, visitCharElementValue, visitClassElementValue, visitDoubleElementValue, visitFloatElementValue, visitIntElementValue, visitLongElementValue, visitShortElementValue, visitStringElementValueR visitAnnotation(ClassFile.Annotation subject) throws EX extends Throwable
R visitArrayElementValue(ClassFile.ArrayElementValue subject) throws EX extends Throwable
Copyright © 2019. All rights reserved.