tinytl
Class TTLElmtList

java.lang.Object
  extended by tinytl.TTLNodeExpr
      extended by tinytl.TTLElmtList

public class TTLElmtList
extends TTLNodeExpr


Field Summary
private  java.util.ArrayList<TTLIdentifier> idents
          Fields
 
Constructor Summary
TTLElmtList()
          Creates a new instance of TTLElmtList
 
Method Summary
 java.util.ArrayList<TTLIdentifier> getIdents()
           
 void setIdents(java.util.ArrayList<TTLIdentifier> idents)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

idents

private java.util.ArrayList<TTLIdentifier> idents
Fields

Constructor Detail

TTLElmtList

public TTLElmtList()
Creates a new instance of TTLElmtList

Method Detail

getIdents

public java.util.ArrayList<TTLIdentifier> getIdents()
Returns:
Returns the idents.

setIdents

public void setIdents(java.util.ArrayList<TTLIdentifier> idents)
Parameters:
idents - The idents to set.