- java.lang.Object
-
- swim.structure.InterpreterSettings
-
-
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(Output<?> output)Writes a developer readable, debug-formatted string representation of this object tooutput.booleanequals(Object other)inthashCode()intmaxScopeDepth()InterpreterSettingsmaxScopeDepth(int maxScopeDepth)static InterpreterSettingsstandard()StringtoString()
-
-
-
Method Detail
-
standard
public static InterpreterSettings standard()
-
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(Output<?> output)
Description copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput.
-
-