Class BuilderEndLocal

All Implemented Interfaces:
DebugItem, EndLocal, LocalInfo

public class BuilderEndLocal extends BuilderDebugItem implements EndLocal
  • Field Details

    • register

      private final int register
  • Constructor Details

    • BuilderEndLocal

      public BuilderEndLocal(int register)
  • Method Details

    • getRegister

      public int getRegister()
      Specified by:
      getRegister in interface EndLocal
    • getName

      @Nullable public String getName()
      Specified by:
      getName in interface LocalInfo
    • getType

      @Nullable public String getType()
      Specified by:
      getType in interface LocalInfo
    • getSignature

      @Nullable public String getSignature()
      Specified by:
      getSignature in interface LocalInfo
    • getDebugItemType

      public int getDebugItemType()
      Description copied from interface: DebugItem
      The type of this debug item. The returned integer will be one of the DebugItemType.* constants.
      Specified by:
      getDebugItemType in interface DebugItem
      Returns:
      The type of this debug item.