fr.umlv.tatoo.cc.parser.grammar
Class FakeProduction

java.lang.Object
  extended by fr.umlv.tatoo.cc.common.generator.AbstractObjectId
      extended by fr.umlv.tatoo.cc.parser.grammar.ProductionDecl
          extended by fr.umlv.tatoo.cc.parser.grammar.FakeProduction
All Implemented Interfaces:
ObjectId, PriorityOwner

public class FakeProduction
extends ProductionDecl


Constructor Summary
FakeProduction(String id, NonTerminalDecl left, List<? extends VariableDecl> right)
           
 
Method Summary
 
Methods inherited from class fr.umlv.tatoo.cc.parser.grammar.ProductionDecl
getLeft, getPriority, getRight, getVersion, toString
 
Methods inherited from class fr.umlv.tatoo.cc.common.generator.AbstractObjectId
getId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FakeProduction

public FakeProduction(String id,
                      NonTerminalDecl left,
                      List<? extends VariableDecl> right)