-
Performs data-flow analysis on a method and returns an array, indexed by
instruction position, containing the starting frame state of all reachable
instructions.
Performs data-flow analysis on a method and returns an array, indexed by
instruction position, containing the starting frame state of all reachable
instructions.
Makes a shallow copy of this frame, i.e.
Makes a shallow copy of the stack portion of this frame.
Returns the types of the local variables and stack frame entries
available at the given position.
void
Execute the instruction, modeling the effects on the specified frame and subroutine.
boolean
Merges all types on the stack and local variable table of this frame with that of the specified
type.
boolean
Merges all types on the stack of this frame instance with that of the specified frame.