Object-oriented Parser System
v3.6

mops
Class Mops.Text

Object
  extended by AbstractCollection<E>
      extended by AbstractList<E>
          extended by ArrayList
              extended by Node
                  extended by MopsParser.Text
                      extended by 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

Field Summary
 
Fields inherited from class Node
lineNo
 
Fields inherited from class AbstractList
modCount
 
Constructor Summary
Mops.Text(Object... arg)
           
 
Method Summary
 void gen(StringBuilder result)
          add wrapped value.
protected  void toString(StringBuilder result, String indent)
          append indented tree to result, trailing newline.
 
Methods inherited from class Node
getPosition, toString, toString
 
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
 
Methods inherited from class AbstractList
equals, hashCode, iterator, listIterator, listIterator, subList
 
Methods inherited from class AbstractCollection
containsAll, removeAll, retainAll
 
Methods inherited from class Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface List
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList
 

Constructor Detail

Mops.Text

public Mops.Text(Object... arg)
Method Detail

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


(c) 2008 Axel T. Schreiner