public abstract class NamedClassVisitor
extends org.objectweb.asm.ClassVisitor
| Modifier and Type | Field and Description |
|---|---|
protected String |
classInternalName |
protected String |
superClassInternalNameOrNull |
| Constructor and Description |
|---|
NamedClassVisitor(org.objectweb.asm.ClassVisitor cv) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName() |
String |
getInternalClassName() |
static String |
toClassName(String pInternalClassName) |
void |
visit(int version,
int access,
String name,
String signature,
String superName,
String[] interfaces) |
protected String classInternalName
protected String superClassInternalNameOrNull
public final String getClassName()
public final String getInternalClassName()
public void visit(int version,
int access,
String name,
String signature,
String superName,
String[] interfaces)
visit in class org.objectweb.asm.ClassVisitorCopyright © 2015–2016 SourcePond. All rights reserved.