java.lang.Object
swim.structure.InterpreterSettings
- All Implemented Interfaces:
swim.codec.Debug
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intprotected final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanprotected InterpreterSettingscopy(int maxScopeDepth) <T> swim.codec.Output<T>debug(swim.codec.Output<T> output) booleaninthashCode()final intmaxScopeDepth(int maxScopeDepth) static InterpreterSettingsstandard()toString()
-
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
-
copy
-
canEqual
-
equals
-
hashCode
public int hashCode() -
debug
public <T> swim.codec.Output<T> debug(swim.codec.Output<T> output) - Specified by:
debugin interfaceswim.codec.Debug
-
toString
-
standard
-