Class BuilderRestartLocal

All Implemented Interfaces:
DebugItem, LocalInfo, RestartLocal

public class BuilderRestartLocal extends BuilderDebugItem implements RestartLocal
  • Field Details

    • register

      private final int register
  • Constructor Details

    • BuilderRestartLocal

      public BuilderRestartLocal(int register)
  • Method Details

    • getRegister

      public int getRegister()
      Specified by:
      getRegister in interface RestartLocal
    • 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.