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 |
ClassAdapter
An empty
ClassVisitor that delegates to another ClassVisitor . |
class |
ClassWriter
A
ClassVisitor that generates classes in bytecode form. |
Modifier and Type | Field and Description |
---|---|
protected ClassVisitor |
ClassAdapter.cv
The
ClassVisitor to which this adapter delegates calls. |
Modifier and Type | Method and Description |
---|---|
void |
ClassReader.accept(ClassVisitor classVisitor,
Attribute[] attrs,
int flags)
Makes the given visitor visit the Java class of this
ClassReader . |
void |
ClassReader.accept(ClassVisitor classVisitor,
int flags)
Makes the given visitor visit the Java class of this
ClassReader . |
Constructor and Description |
---|
ClassAdapter(ClassVisitor cv)
Constructs a new
ClassAdapter object. |
Copyright © GigaSpaces.