Uses of Class
org.apache.bcel.verifier.structurals.LocalVariables
-
Packages that use LocalVariables Package Description org.apache.bcel.verifier.structurals Provides a PassVerifier class mostly used internally by JustIce, yielding a control flow graph for public use as a nice side effect. -
-
Uses of LocalVariables in org.apache.bcel.verifier.structurals
Fields in org.apache.bcel.verifier.structurals declared as LocalVariables Modifier and Type Field Description private LocalVariablesFrame. localsMethods in org.apache.bcel.verifier.structurals that return LocalVariables Modifier and Type Method Description LocalVariablesLocalVariables. getClone()Returns a (correctly typed) clone of this object.LocalVariablesFrame. getLocals()private LocalVariablesExecutionVisitor. locals()The LocalVariables from the current Frame we're operating on.private LocalVariablesInstConstraintVisitor. locals()The LocalVariables we're working on.Methods in org.apache.bcel.verifier.structurals with parameters of type LocalVariables Modifier and Type Method Description voidLocalVariables. merge(LocalVariables localVariable)Merges two local variables sets as described in the Java Virtual Machine Specification, Second Edition, section 4.9.2, page 146.private voidLocalVariables. merge(LocalVariables lv, int i)Merges a single local variable.Constructors in org.apache.bcel.verifier.structurals with parameters of type LocalVariables Constructor Description Frame(LocalVariables locals, OperandStack stack)
-