Uses of Class
javassist.bytecode.analysis.Subroutine
Packages that use Subroutine
-
Uses of Subroutine in javassist.bytecode.analysis
Fields in javassist.bytecode.analysis declared as SubroutineModifier and TypeFieldDescriptionprivate Subroutine[]Analyzer.subroutinesprivate Subroutine[]SubroutineScanner.subroutinesFields in javassist.bytecode.analysis with type parameters of type SubroutineModifier and TypeFieldDescription(package private) Map<Integer,Subroutine> SubroutineScanner.subTableMethods in javassist.bytecode.analysis that return SubroutineMethods in javassist.bytecode.analysis with parameters of type SubroutineModifier and TypeMethodDescriptionprivate 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)