public class Segment.ArrayVisitor extends org.objectweb.asm.AnnotationVisitor
Constructor and Description |
---|
ArrayVisitor(List<Integer> caseArrayN,
List<String> tags,
List<String> nameRU,
List<Object> 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 void visit(String name, Object value)
visit
in class org.objectweb.asm.AnnotationVisitor
public org.objectweb.asm.AnnotationVisitor visitAnnotation(String arg0, String arg1)
visitAnnotation
in class org.objectweb.asm.AnnotationVisitor
public org.objectweb.asm.AnnotationVisitor visitArray(String name)
visitArray
in class org.objectweb.asm.AnnotationVisitor
public void visitEnd()
visitEnd
in class org.objectweb.asm.AnnotationVisitor
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.