fr.umlv.tatoo.cc.parser.grammar
Class EBNFSupport.StarDesc

java.lang.Object
  extended by fr.umlv.tatoo.cc.parser.grammar.EBNFSupport.StarDesc
Enclosing class:
EBNFSupport

public static class EBNFSupport.StarDesc
extends Object


Method Summary
 VariableDecl getElement()
           
 List<? extends ProductionDecl> getFakeProductions()
           
 NonTerminalDecl getNonTerminal()
           
 VariableDecl getSeparator()
           
 NonTerminalDecl getSubNonTerminal()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getElement

public VariableDecl getElement()

getSeparator

public VariableDecl getSeparator()

getFakeProductions

public List<? extends ProductionDecl> getFakeProductions()

getNonTerminal

public NonTerminalDecl getNonTerminal()

getSubNonTerminal

public NonTerminalDecl getSubNonTerminal()

toString

public String toString()
Overrides:
toString in class Object