Package | Description |
---|---|
org.gjt.sp.jedit.bsh |
Lightweight Scripting for Java.
|
org.gjt.sp.jedit.bsh.org.objectweb.asm |
Modifier and Type | Method | Description |
---|---|---|
static void |
ClassGeneratorUtil.generateParameterReifierCode(java.lang.String[] paramTypes,
boolean isStatic,
CodeVisitor cv) |
Generates the code to reify the arguments of the given method.
|
static void |
ClassGeneratorUtil.generateReturnCode(java.lang.String returnType,
CodeVisitor cv) |
Generates the code to unreify the result of the given method.
|
Modifier and Type | Class | Description |
---|---|---|
class |
CodeWriter |
A
CodeVisitor that generates Java bytecode instructions. |
Modifier and Type | Method | Description |
---|---|---|
CodeVisitor |
ClassVisitor.visitMethod(int access,
java.lang.String name,
java.lang.String desc,
java.lang.String[] exceptions) |
Visits a method of the class.
|
CodeVisitor |
ClassWriter.visitMethod(int access,
java.lang.String name,
java.lang.String desc,
java.lang.String[] exceptions) |