mops
Class Mops.Text
Object
AbstractCollection<E>
AbstractList<E>
ArrayList
Node
MopsParser.Text
Mops.Text
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable, Collection, List, RandomAccess, Mops.Gen
- Enclosing class:
- Mops
public static class Mops.Text
- extends MopsParser.Text
- implements Mops.Gen
wraps a string.
- See Also:
- Serialized Form
| Methods inherited from class ArrayList |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize |
Mops.Text
public Mops.Text(Object... arg)
toString
protected void toString(StringBuilder result,
String indent)
- Description copied from class:
Node
- append indented tree to result, trailing newline.
- Overrides:
toString in class Node
gen
public void gen(StringBuilder result)
- add wrapped value.
- Specified by:
gen in interface Mops.Gen