Class StringTemplate.STAttributeList

java.lang.Object
java.util.AbstractCollection
java.util.AbstractList
java.util.ArrayList
org.antlr.stringtemplate.StringTemplate.STAttributeList
All Implemented Interfaces:
Serializable, Cloneable, Iterable, Collection, List, RandomAccess, SequencedCollection
Enclosing class:
StringTemplate

public static final class StringTemplate.STAttributeList extends 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:
  • Constructor Details

    • STAttributeList

      public STAttributeList(int size)
    • STAttributeList

      public STAttributeList()