fr.umlv.tatoo.cc.parser.main
Class ParserOption

java.lang.Object
  extended by fr.umlv.tatoo.cc.parser.main.ParserOption

public class ParserOption
extends Object


Field Summary
static AbstractSimpleCommand<ParserParam> conflictResolver
          Defines the conflict resolver.
static AbstractSimpleCommand<ParserParam> logFile
           
static AbstractSimpleCommand<ParserParam> parserType
          Defines the type of the parser SLR(0), LR(1), LALR(1).
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logFile

public static final AbstractSimpleCommand<ParserParam> logFile

parserType

public static final AbstractSimpleCommand<ParserParam> parserType
Defines the type of the parser SLR(0), LR(1), LALR(1).


conflictResolver

public static final AbstractSimpleCommand<ParserParam> conflictResolver
Defines the conflict resolver.