public class PluginClassVisitor
extends org.objectweb.asm.ClassVisitor
| Constructor and Description |
|---|
PluginClassVisitor() |
| Modifier and Type | Method and Description |
|---|---|
Optional<PluginInformation> |
getInformation() |
void |
visit(int version,
int access,
String className,
String signature,
String superName,
String[] interfaces) |
org.objectweb.asm.AnnotationVisitor |
visitAnnotation(String description,
boolean visible) |
public void visit(int version,
int access,
String className,
String signature,
String superName,
String[] interfaces)
visit in class org.objectweb.asm.ClassVisitorpublic org.objectweb.asm.AnnotationVisitor visitAnnotation(String description, boolean visible)
visitAnnotation in class org.objectweb.asm.ClassVisitorpublic Optional<PluginInformation> getInformation()
Copyright © 2020. All rights reserved.