- 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)<T> Output<T>debug(Output<T> 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
-
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 <T> Output<T> debug(Output<T> output)
Description copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput.
-
standard
public static InterpreterSettings standard()
-
-