net.sf.parser4j.generator.entity.grammardefnode
Class CharListDef

java.lang.Object
  extended by net.sf.parser4j.generator.entity.grammardefnode.AbstractGrammarDefNodeNotVisitable
      extended by net.sf.parser4j.generator.entity.grammardefnode.CharListDef
All Implemented Interfaces:
IGrammarDefNode, IParseNodeData

public class CharListDef
extends AbstractGrammarDefNodeNotVisitable

Author:
luc peuvrier

Constructor Summary
CharListDef(char terminalValue)
           
CharListDef(java.util.List<java.lang.Character> charList, char terminalValue)
           
 
Method Summary
 java.util.List<java.lang.Character> getCharList()
           
 
Methods inherited from class net.sf.parser4j.generator.entity.grammardefnode.AbstractGrammarDefNodeNotVisitable
accept
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CharListDef

public CharListDef(java.util.List<java.lang.Character> charList,
                   char terminalValue)

CharListDef

public CharListDef(char terminalValue)
Method Detail

getCharList

public java.util.List<java.lang.Character> getCharList()


Copyright © 2008-2009 Luc Peuvrier. All Rights Reserved.