Class InterpreterSettings

java.lang.Object
swim.structure.InterpreterSettings
All Implemented Interfaces:
Debug

public class InterpreterSettings extends Object implements Debug
  • Field Details

    • maxScopeDepth

      protected final int maxScopeDepth
    • MAX_SCOPE_DEPTH

      public static final int MAX_SCOPE_DEPTH
  • Constructor Details

    • InterpreterSettings

      public InterpreterSettings(int maxScopeDepth)
  • Method Details

    • maxScopeDepth

      public final int maxScopeDepth()
    • maxScopeDepth

      public InterpreterSettings maxScopeDepth(int maxScopeDepth)
    • copy

      protected InterpreterSettings copy(int maxScopeDepth)
    • canEqual

      protected boolean canEqual(Object other)
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • debug

      public <T> Output<T> debug(Output<T> output)
      Description copied from interface: Debug
      Writes a developer readable, debug-formatted string representation of this object to output.
      Specified by:
      debug in interface Debug
      Returns:
      the continuation of the output.
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • standard

      public static InterpreterSettings standard()