Uses of Class
javassist.bytecode.analysis.Subroutine

Packages that use Subroutine
javassist.bytecode.analysis Bytecode Analysis API. 
 

Uses of Subroutine in javassist.bytecode.analysis
 

Methods in javassist.bytecode.analysis that return Subroutine
 Subroutine[] SubroutineScanner.scan(MethodInfo method)
           
 

Methods in javassist.bytecode.analysis with parameters of type Subroutine
 void Executor.execute(MethodInfo method, int pos, CodeIterator iter, Frame frame, Subroutine subroutine)
          Execute the instruction, modeling the effects on the specified frame and subroutine.
 



Javassist, a Java-bytecode translator toolkit.
Copyright (C) 1999-2010 Shigeru Chiba. All Rights Reserved.