- java.lang.Object
-
- swim.structure.InterpreterSettings
-
- All Implemented Interfaces:
swim.codec.Debug
public class InterpreterSettings extends Object implements swim.codec.Debug
-
-
Field Summary
Fields Modifier and Type Field Description static intMAX_SCOPE_DEPTHprotected intmaxScopeDepth
-
Constructor Summary
Constructors Constructor Description InterpreterSettings(int maxScopeDepth)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)protected InterpreterSettingscopy(int maxScopeDepth)voiddebug(swim.codec.Output<?> output)booleanequals(Object other)inthashCode()intmaxScopeDepth()InterpreterSettingsmaxScopeDepth(int maxScopeDepth)static InterpreterSettingsstandard()StringtoString()
-
-
-
Method Detail
-
maxScopeDepth
public final int maxScopeDepth()
-
maxScopeDepth
public InterpreterSettings maxScopeDepth(int maxScopeDepth)
-
copy
protected InterpreterSettings copy(int maxScopeDepth)
-
canEqual
protected boolean canEqual(Object other)
-
debug
public void debug(swim.codec.Output<?> output)
- Specified by:
debugin interfaceswim.codec.Debug
-
standard
public static InterpreterSettings standard()
-
-