Uses of Interface
org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.Subroutine

Packages that use Subroutine
org.apache.commons.javaflow.bytecode.transformation.bcel.analyser   
 

Uses of Subroutine in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser
 

Fields in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser declared as Subroutine
 Subroutine Subroutines.TOPLEVEL
          This is referring to a special subroutine, namely the top level.
 

Methods in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser that return Subroutine
 Subroutine Subroutines.getSubroutine(org.apache.bcel.generic.InstructionHandle leader)
          Returns the Subroutine object associated with the given leader (that is, the first instruction of the subroutine).
 Subroutine Subroutines.getTopLevel()
          For easy handling, the piece of code that is not a subroutine, the top-level, is also modeled as a Subroutine object.
 Subroutine Subroutines.subroutineOf(org.apache.bcel.generic.InstructionHandle any)
          Returns the subroutine object associated with the given instruction.
 Subroutine[] Subroutine.subSubs()
          Returns the subroutines that are directly called from this subroutine.
 



Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.