| Package | Description | 
|---|---|
| org.gjt.sp.jedit.bsh |  Lightweight Scripting for Java. | 
| org.gjt.sp.jedit.bsh.org.objectweb.asm | 
| Modifier and Type | Method and 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 and Description | 
|---|---|
| class  | CodeWriterA  CodeVisitorthat generates Java bytecode instructions. | 
| Modifier and Type | Method and 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) |