Class AbstractPseudoInstruction

java.lang.Object
org.glavo.classfile.impl.AbstractElement
org.glavo.classfile.impl.AbstractPseudoInstruction
All Implemented Interfaces:
ClassFileElement, CodeElement, PseudoInstruction
Direct Known Subclasses:
AbstractPseudoInstruction.ExceptionCatchImpl, AbstractPseudoInstruction.UnboundCharacterRange, AbstractPseudoInstruction.UnboundLocalVariable, AbstractPseudoInstruction.UnboundLocalVariableType

public abstract sealed class AbstractPseudoInstruction extends AbstractElement implements PseudoInstruction permits AbstractPseudoInstruction.UnboundCharacterRange, AbstractPseudoInstruction.ExceptionCatchImpl (not exhaustive)
  • Constructor Details

    • AbstractPseudoInstruction

      public AbstractPseudoInstruction()
  • Method Details