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

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

public class RulesGroupDef
extends AbstractGrammarDefNodeNotVisitable

Author:
luc peuvrier

Constructor Summary
RulesGroupDef(RulesDef rulesDef)
           
RulesGroupDef(java.lang.String whiteSpaceNonTerminalName, RulesDef rulesDef)
           
 
Method Summary
 RulesDef getRulesDef()
           
 java.util.Map<java.lang.String,StatementDef> getStatementDefByNonTerminalNameMap()
           
 java.lang.String getWhiteSpaceNonTerminalName()
           
 java.lang.String toString()
           
 
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, wait, wait, wait
 

Constructor Detail

RulesGroupDef

public RulesGroupDef(java.lang.String whiteSpaceNonTerminalName,
                     RulesDef rulesDef)

RulesGroupDef

public RulesGroupDef(RulesDef rulesDef)
Method Detail

getWhiteSpaceNonTerminalName

public java.lang.String getWhiteSpaceNonTerminalName()

getRulesDef

public RulesDef getRulesDef()

getStatementDefByNonTerminalNameMap

public java.util.Map<java.lang.String,StatementDef> getStatementDefByNonTerminalNameMap()
Returns:
See Also:
RulesDef.getStatementDefByNonTerminalNameMap()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


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