Class LocalVariableTable
java.lang.Object
xyz.janboerman.scalaloader.bytecode.LocalVariableTable
- All Implemented Interfaces:
Iterable<LocalVariable>
This class is NOT part of the public API!
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(LocalVariable localVariable) voidadd(LocalVariable... localVariables) Object[]frame()iterator()intvoidremoveFramesFromIndex(int frameIndex) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
LocalVariableTable
public LocalVariableTable()
-
-
Method Details
-
add
-
add
-
maxLocals
public int maxLocals() -
removeFramesFromIndex
public void removeFramesFromIndex(int frameIndex) -
iterator
- Specified by:
iteratorin interfaceIterable<LocalVariable>
-
getLocalVariables
-
getFrameLocals
-
frame
-
toString
-