Class CodeAttr.Local

java.lang.Object
org.openjdk.asmtools.jasm.Indexer
org.openjdk.asmtools.jasm.CodeAttr.Local
Direct Known Subclasses:
CodeAttr.Label, CodeAttr.RangePC
Enclosing class:
CodeAttr

public static class CodeAttr.Local extends Indexer
  • Field Details

    • name

      String name
    • isDefined

      boolean isDefined
    • isReferred

      boolean isReferred
  • Constructor Details

    • Local

      public Local(String name)