Class InterpreterSettings

  • All Implemented Interfaces:
    Debug

    public class InterpreterSettings
    extends Object
    implements Debug
    • Field Detail

      • MAX_SCOPE_DEPTH

        public static final int MAX_SCOPE_DEPTH
      • maxScopeDepth

        protected final int maxScopeDepth
    • 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​(Output<?> 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