Interface DebugVariables

All Known Implementing Classes:
DebugVariablesBuilder

public interface DebugVariables
  • Method Details

    • startSequence

      void startSequence(int pointer)
    • type

      void type(String name, VariableType type)
    • range

      void range(String name, int start, int end, int pointer)
    • endSequence

      void endSequence()