Package | Description |
---|---|
com.gigaspaces.internal.reflection.fast | |
org.objectweb.gs.asm |
Modifier and Type | Method and Description |
---|---|
static MethodGenerator |
MethodGenerator.newConstructor(ClassVisitor classVisitor,
String desc) |
static MethodGenerator |
MethodGenerator.newMethod(ClassVisitor classVisitor,
String name,
String desc) |
static MethodGenerator |
MethodGenerator.newMethod(ClassVisitor classVisitor,
String name,
String desc,
String[] exceptions) |
static MethodGenerator |
MethodGenerator.newStaticConstructor(ClassVisitor classVisitor,
String desc) |
static MethodGenerator |
MethodGenerator.newVarargsMethod(ClassVisitor classVisitor,
String name,
String desc,
String[] exceptions) |
Modifier and Type | Class and Description |
---|---|
class |
ClassWriter
A
ClassVisitor that generates a corresponding ClassFile structure, as defined in the Java
Virtual Machine Specification (JVMS). |
Modifier and Type | Field and Description |
---|---|
protected ClassVisitor |
ClassVisitor.cv
The class visitor to which this visitor must delegate method calls.
|
Modifier and Type | Method and Description |
---|---|
ClassVisitor |
ClassVisitor.getDelegate()
The class visitor to which this visitor must delegate method calls.
|
Modifier and Type | Method and Description |
---|---|
void |
ClassReader.accept(ClassVisitor classVisitor,
Attribute[] attributePrototypes,
int parsingOptions)
Makes the given visitor visit the JVMS ClassFile structure passed to the constructor of this
ClassReader . |
void |
ClassReader.accept(ClassVisitor classVisitor,
int parsingOptions)
Makes the given visitor visit the JVMS ClassFile structure passed to the constructor of this
ClassReader . |
Constructor and Description |
---|
ClassVisitor(int api,
ClassVisitor classVisitor)
Constructs a new
ClassVisitor . |
Copyright © GigaSpaces.