com.unitesk.atp.tree.tool.antlr
Class NullListFactory

java.lang.Object
  extended by com.unitesk.atp.tree.tool.antlr.NullListFactory
All Implemented Interfaces:
ListFactory

public class NullListFactory
extends Object
implements ListFactory

List factory that returns null (stub used after errors were occured)

Since:
3.3
Version:
$Id: NullListFactory.java,v 1.1 2005/06/23 13:28:43 all-x Exp $
Author:
Vitaliy Omelchenko

Constructor Summary
NullListFactory()
           
 
Method Summary
 void add(List list, Object item)
           
 List create()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullListFactory

public NullListFactory()
Method Detail

create

public List create()
Specified by:
create in interface ListFactory

add

public void add(List list,
                Object item)
Specified by:
add in interface ListFactory


Copyright © 2001-2006 ISP RAS, RedVerst Group. All Rights Reserved.