public class Segment.ArrayVisitor extends Object implements org.objectweb.asm.AnnotationVisitor
| Constructor and Description |
|---|
ArrayVisitor(List caseArrayN,
List T,
List nameRU,
List values) |
| Modifier and Type | Method and Description |
|---|---|
void |
visit(String name,
Object value) |
org.objectweb.asm.AnnotationVisitor |
visitAnnotation(String arg0,
String arg1) |
org.objectweb.asm.AnnotationVisitor |
visitArray(String name) |
void |
visitEnd() |
void |
visitEnum(String name,
String desc,
String value) |
public ArrayVisitor(List caseArrayN, List T, List nameRU, List values)
public void visit(String name, Object value)
visit in interface org.objectweb.asm.AnnotationVisitorpublic org.objectweb.asm.AnnotationVisitor visitAnnotation(String arg0, String arg1)
visitAnnotation in interface org.objectweb.asm.AnnotationVisitorpublic org.objectweb.asm.AnnotationVisitor visitArray(String name)
visitArray in interface org.objectweb.asm.AnnotationVisitorpublic void visitEnd()
visitEnd in interface org.objectweb.asm.AnnotationVisitorCopyright © 2002–2020 The Apache Software Foundation. All rights reserved.