Uses of Interface
org.gjt.sp.jedit.bsh.org.objectweb.asm.CodeVisitor
Packages that use CodeVisitor
Package
Description
Lightweight Scripting for Java.
-
Uses of CodeVisitor in org.gjt.sp.jedit.bsh
Methods in org.gjt.sp.jedit.bsh with parameters of type CodeVisitorModifier and TypeMethodDescriptionstatic void
ClassGeneratorUtil.generateParameterReifierCode
(String[] paramTypes, boolean isStatic, CodeVisitor cv) Generates the code to reify the arguments of the given method.static void
ClassGeneratorUtil.generateReturnCode
(String returnType, CodeVisitor cv) Generates the code to unreify the result of the given method. -
Uses of CodeVisitor in org.gjt.sp.jedit.bsh.org.objectweb.asm
Classes in org.gjt.sp.jedit.bsh.org.objectweb.asm that implement CodeVisitorMethods in org.gjt.sp.jedit.bsh.org.objectweb.asm that return CodeVisitorModifier and TypeMethodDescriptionClassVisitor.visitMethod
(int access, String name, String desc, String[] exceptions) Visits a method of the class.ClassWriter.visitMethod
(int access, String name, String desc, String[] exceptions)