Class AbstractPseudoInstruction.UnboundLocalVariable

java.lang.Object
org.glavo.classfile.impl.AbstractElement
org.glavo.classfile.impl.AbstractPseudoInstruction
org.glavo.classfile.impl.AbstractPseudoInstruction.UnboundLocalVariable
All Implemented Interfaces:
ClassfileElement, CodeElement, LocalVariable, PseudoInstruction
Enclosing class:
AbstractPseudoInstruction

public static final class AbstractPseudoInstruction.UnboundLocalVariable extends AbstractPseudoInstruction implements LocalVariable
  • Field Details

    • slot

      protected final int slot
    • name

      protected final Utf8Entry name
    • descriptor

      protected final Utf8Entry descriptor
    • startScope

      protected final Label startScope
    • endScope

      protected final Label endScope
  • Constructor Details

  • Method Details