Support StringTemplate, ANTLR Project by making a donation! Terence often pays for things like the antlr.org server, conference travel, and this site design (that alone cost US$1000). Buy him a beer and pizza remotely ;)
|
StringTemplate.STAttributeList
org.antlr.stringtemplate
Class StringTemplate.STAttributeList
java.lang.Object
java.util.AbstractCollection
java.util.AbstractList
java.util.ArrayList
org.antlr.stringtemplate.StringTemplate.STAttributeList
- All Implemented Interfaces:
- java.lang.Cloneable, java.util.Collection, java.util.List, java.util.RandomAccess, java.io.Serializable
- Enclosing class:
- StringTemplate
- public static final class StringTemplate.STAttributeList
- extends java.util.ArrayList
Just an alias for ArrayList, but this way I can track whether a
list is something ST created or it's an incoming list.
- See Also:
- Serialized Form
| Nested classes inherited from class java.util.AbstractList |
|
| Fields inherited from class java.util.AbstractList |
modCount |
| Methods inherited from class java.util.ArrayList |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, removeRange, set, size, toArray, toArray, trimToSize |
| Methods inherited from class java.util.AbstractList |
equals, hashCode, iterator, listIterator, listIterator, subList |
| Methods inherited from class java.util.AbstractCollection |
containsAll, remove, removeAll, retainAll, toString |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.List |
containsAll, equals, hashCode, iterator, listIterator, listIterator, remove, removeAll, retainAll, subList |
StringTemplate.STAttributeList
public StringTemplate.STAttributeList(int size)
StringTemplate.STAttributeList
public StringTemplate.STAttributeList()
|