Class InterpreterSettings

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

public class InterpreterSettings extends Object implements swim.codec.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> swim.codec.Output<T> debug(swim.codec.Output<T> output)
      Specified by:
      debug in interface swim.codec.Debug
    • toString

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

      public static InterpreterSettings standard()