Uses of Class
javassist.bytecode.analysis.Subroutine
-
Packages that use Subroutine Package Description javassist.bytecode.analysis Bytecode Analysis API. -
-
Uses of Subroutine in javassist.bytecode.analysis
Fields in javassist.bytecode.analysis declared as Subroutine Modifier and Type Field Description private Subroutine[]Analyzer. subroutinesprivate Subroutine[]SubroutineScanner. subroutinesMethods in javassist.bytecode.analysis that return Subroutine Modifier and Type Method Description Subroutine[]SubroutineScanner. scan(MethodInfo method)Methods in javassist.bytecode.analysis with parameters of type Subroutine Modifier and Type Method Description private voidExecutor. access(int index, Type type, Subroutine subroutine)private voidExecutor. evalLoad(Type expected, int index, Frame frame, Subroutine subroutine)private voidExecutor. evalStore(Type expected, int index, Frame frame, Subroutine subroutine)private voidExecutor. evalWide(int pos, CodeIterator iter, Frame frame, Subroutine subroutine)voidExecutor. execute(MethodInfo method, int pos, CodeIterator iter, Frame frame, Subroutine subroutine)Execute the instruction, modeling the effects on the specified frame and subroutine.private voidAnalyzer. mergeJsr(IntQueue queue, Frame frame, Subroutine sub, int pos, int next)private voidAnalyzer. mergeRet(IntQueue queue, CodeIterator iter, int pos, Frame frame, Subroutine subroutine)private voidSubroutineScanner. scan(int pos, CodeIterator iter, Subroutine sub)private voidSubroutineScanner. scanLookupSwitch(int pos, CodeIterator iter, Subroutine sub)private booleanSubroutineScanner. scanOp(int pos, CodeIterator iter, Subroutine sub)private voidSubroutineScanner. scanTableSwitch(int pos, CodeIterator iter, Subroutine sub)
-