- getClass(Type) - Method in class org.objectweb.asm.tree.analysis.SimpleVerifier
-
Loads the class corresponding to the given type.
- getElementValue(BasicValue) - Method in class org.objectweb.asm.tree.analysis.BasicVerifier
-
Returns the value corresponding to the type of the elements of the given array reference value.
- getElementValue(BasicValue) - Method in class org.objectweb.asm.tree.analysis.SimpleVerifier
-
- getFrames() - Method in class org.objectweb.asm.tree.analysis.Analyzer
-
Returns the symbolic execution stack frame for each instruction of the last analyzed method.
- getHandlers(int) - Method in class org.objectweb.asm.tree.analysis.Analyzer
-
Returns the exception handlers for the given instruction.
- getLocal(int) - Method in class org.objectweb.asm.tree.analysis.Frame
-
Returns the value of the given local variable.
- getLocals() - Method in class org.objectweb.asm.tree.analysis.Frame
-
Returns the maximum number of local variables of this frame.
- getMaxStackSize() - Method in class org.objectweb.asm.tree.analysis.Frame
-
Returns the maximum stack size of this frame.
- getSize() - Method in class org.objectweb.asm.tree.analysis.BasicValue
-
- getSize() - Method in class org.objectweb.asm.tree.analysis.SourceValue
-
Returns the size of this value.
- getSize() - Method in interface org.objectweb.asm.tree.analysis.Value
-
Returns the size of this value in 32 bits words.
- getStack(int) - Method in class org.objectweb.asm.tree.analysis.Frame
-
Returns the value of the given operand stack slot.
- getStackSize() - Method in class org.objectweb.asm.tree.analysis.Frame
-
Returns the number of values in the operand stack of this frame.
- getSuperClass(Type) - Method in class org.objectweb.asm.tree.analysis.SimpleVerifier
-
Returns the type corresponding to the super class of the given type.
- getType() - Method in class org.objectweb.asm.tree.analysis.BasicValue
-
Returns the Type
of this value.