@Immutable
public abstract class Indent
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Indent.Const
A constant function, returning a constant indent.
|
static class |
Indent.If
A conditional function, whose value depends on whether a break was taken.
|
| Constructor and Description |
|---|
Indent() |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
eval(State state) |
public abstract int eval(State state)