Class InterpreterSettings

  • All Implemented Interfaces:
    swim.codec.Debug

    public class InterpreterSettings
    extends Object
    implements swim.codec.Debug
    • Field Detail

      • maxScopeDepth

        protected final int maxScopeDepth
      • MAX_SCOPE_DEPTH

        public static final int MAX_SCOPE_DEPTH
    • Constructor Detail

      • InterpreterSettings

        public InterpreterSettings​(int maxScopeDepth)
    • Method Detail

      • maxScopeDepth

        public final int maxScopeDepth()
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

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

        public void debug​(swim.codec.Output<?> output)
        Specified by:
        debug in interface swim.codec.Debug