Home | News | Wiki | About StringTemplate | Feedback | Support | Bugs


Latest version is 3.2.
Download now! »

Download
» Home
» Download
» News
»Using StringTemplate
» Documentation
» Wiki
» Articles
» File Sharing
» Code API
» Tech Support
»About StringTemplate
» What is it?
» Showcase
» Testimonials
» Software License
» Changes
»Feedback
»Credits
»Contact


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 ;)

Search



Cat


org.antlr.stringtemplate.language
Class Cat

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractList
          extended byorg.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
 

Field Detail

elements

protected java.util.List elements
Constructor Detail

Cat

public Cat(java.util.List attributes)
Method Detail

iterator

public java.util.Iterator iterator()

get

public java.lang.Object get(int index)

size

public int size()

toString

public java.lang.String toString()