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

java.lang.Object
  extended by net.sf.parser4j.generator.entity.grammardefnode.AbstractGrammarDefNodeNotVisitable
All Implemented Interfaces:
IGrammarDefNode, IParseNodeData
Direct Known Subclasses:
CharListDef, IdDef, MatchClassDef, RulesGroupDef

public abstract class AbstractGrammarDefNodeNotVisitable
extends java.lang.Object
implements IGrammarDefNode

Author:
luc peuvrier

Constructor Summary
AbstractGrammarDefNodeNotVisitable()
           
 
Method Summary
 void accept(IGrammarDefVisitor visitor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractGrammarDefNodeNotVisitable

public AbstractGrammarDefNodeNotVisitable()
Method Detail

accept

public void accept(IGrammarDefVisitor visitor)
Specified by:
accept in interface IGrammarDefNode


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