com.lyncode.jtwig.tree.helper
Class ElementList

java.lang.Object
  extended by com.lyncode.jtwig.tree.helper.ElementList
All Implemented Interfaces:
Element
Direct Known Subclasses:
JtwigContent, Selection

public class ElementList
extends Object
implements Element


Constructor Summary
ElementList(Object... list)
           
 
Method Summary
 boolean add(Object elem)
           
 List<Object> getList()
           
 String toString()
           
 String toString(String start, String end)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ElementList

public ElementList(Object... list)
Method Detail

add

public boolean add(Object elem)

getList

public List<Object> getList()

toString

public String toString()
Overrides:
toString in class Object

toString

public String toString(String start,
                       String end)


Copyright © 2014. All Rights Reserved.