Package hydra.ast
Class Ws
java.lang.Object
hydra.ast.Ws
- All Implemented Interfaces:
Serializable,Comparable<Ws>
- Direct Known Subclasses:
Ws.Break,Ws.BreakAndIndent,Ws.DoubleBreak,Ws.None,Ws.Space
One of several classes of whitespace
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA line breakstatic final classA line break followed by indentationstatic final classTwo line breaksstatic final classNo whitespacestatic interfacestatic final classA single spacestatic interface -
Field Summary
Fields -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Comparable
compareTo
-
Field Details
-
TYPE_
-
NONE
-
SPACE
-
BREAK
-
BREAK_AND_INDENT
-
DOUBLE_BREAK
-
-
Method Details
-
accept
-