Uses of Class
org.hotswap.agent.javassist.bytecode.analysis.Subroutine
-
Packages that use Subroutine Package Description org.hotswap.agent.javassist.bytecode.analysis Bytecode Analysis API. -
-
Uses of Subroutine in org.hotswap.agent.javassist.bytecode.analysis
Methods in org.hotswap.agent.javassist.bytecode.analysis that return Subroutine Modifier and Type Method Description Subroutine[]SubroutineScanner. scan(MethodInfo method)Methods in org.hotswap.agent.javassist.bytecode.analysis with parameters of type Subroutine Modifier and Type Method Description voidExecutor. execute(MethodInfo method, int pos, CodeIterator iter, Frame frame, Subroutine subroutine)Execute the instruction, modeling the effects on the specified frame and subroutine.
-