Class AbstractBoundLocalVariable

java.lang.Object
org.glavo.classfile.impl.AbstractElement
org.glavo.classfile.impl.AbstractBoundLocalVariable
Direct Known Subclasses:
BoundLocalVariable, BoundLocalVariableType

public class AbstractBoundLocalVariable extends AbstractElement
  • Field Details

    • code

      protected final CodeImpl code
    • offset

      protected final int offset
  • Constructor Details

    • AbstractBoundLocalVariable

      public AbstractBoundLocalVariable(CodeImpl code, int offset)
  • Method Details

    • nameIndex

      protected int nameIndex()
    • name

      public Utf8Entry name()
    • secondaryIndex

      protected int secondaryIndex()
    • secondaryEntry

      protected Utf8Entry secondaryEntry()
    • startScope

      public Label startScope()
    • endScope

      public Label endScope()
    • startPc

      public int startPc()
    • length

      public int length()
    • slot

      public int slot()
    • writeTo

      public boolean writeTo(BufWriter b)