public static final class Indent.If extends Indent
Indent.Const, Indent.If
int
eval(State state)
static Indent.If
make(BreakTag condition, Indent thenIndent, Indent elseIndent)
java.lang.String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static Indent.If make(BreakTag condition, Indent thenIndent, Indent elseIndent)
public int eval(State state)
eval
Indent
public java.lang.String toString()
toString
java.lang.Object