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 ;)
|
Cat
org.antlr.stringtemplate.language
Class Cat
java.lang.Object
java.util.AbstractCollection
java.util.AbstractList
org.antlr.stringtemplate.language.Cat
- All Implemented Interfaces:
- java.util.Collection, java.util.List
- public class Cat
- extends java.util.AbstractList
Given a list of attributes, return the combined elements in a list.
|
Field Summary |
protected java.util.List |
elements
|
| Fields inherited from class java.util.AbstractList |
modCount |
|
Constructor Summary |
Cat(java.util.List attributes)
|
|
Method Summary |
java.lang.Object |
get(int index)
|
java.util.Iterator |
iterator()
|
int |
size()
|
java.lang.String |
toString()
|
| Methods inherited from class java.util.AbstractList |
add, add, addAll, clear, equals, hashCode, indexOf, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList |
| Methods inherited from class java.util.AbstractCollection |
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.List |
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray |
elements
protected java.util.List elements
Cat
public Cat(java.util.List attributes)
iterator
public java.util.Iterator iterator()
get
public java.lang.Object get(int index)
size
public int size()
toString
public java.lang.String toString()
|