Frames | No Frames |
Classes implementing org.apache.bcel.verifier.structurals.Subroutine | |
class | This inner class implements the Subroutine interface. |
Fields of type org.apache.bcel.verifier.structurals.Subroutine | |
Subroutine | This is referring to a special subroutine, namely the
top level. |
Methods with parameter type org.apache.bcel.verifier.structurals.Subroutine | |
void | A recursive helper method for getRecursivelyAccessedLocalsIndices(). |
void | This (recursive) utility method makes sure that
no subroutine is calling a subroutine
that uses the same local variable for the RET as themselves
(recursively). |
Methods with return type org.apache.bcel.verifier.structurals.Subroutine | |
Subroutine | Returns the Subroutine object associated with the given
leader (that is, the first instruction of the subroutine). |
Subroutine | For easy handling, the piece of code that is not a
subroutine, the top-level, is also modeled as a Subroutine
object. |
Subroutine[] | Returns the subroutines that are directly called from this subroutine. |
Subroutine[] | |
Subroutine | Returns the subroutine object associated with the
given instruction. |