Uses of Class
javassist.expr.ExprEditor.LoopContext
-
Packages that use ExprEditor.LoopContext Package Description javassist.expr This package contains the classes for modifying a method body. -
-
Uses of ExprEditor.LoopContext in javassist.expr
Methods in javassist.expr with parameters of type ExprEditor.LoopContext Modifier and Type Method Description (package private) boolean
ExprEditor. doit(CtClass clazz, MethodInfo minfo, ExprEditor.LoopContext context, CodeIterator iterator, int endPos)
Visits each bytecode in the given range.(package private) boolean
ExprEditor. loopBody(CodeIterator iterator, CtClass clazz, MethodInfo minfo, ExprEditor.LoopContext context)
-