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

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

public class MatchClassDef
extends AbstractGrammarDefNodeNotVisitable

Author:
luc peuvrier

Constructor Summary
MatchClassDef()
           
MatchClassDef(java.lang.String matchClassName)
           
 
Method Summary
 java.lang.String getMatchClassName()
           
 
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

MatchClassDef

public MatchClassDef(java.lang.String matchClassName)

MatchClassDef

public MatchClassDef()
Method Detail

getMatchClassName

public java.lang.String getMatchClassName()


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