fr.umlv.tatoo.cc.main.main
Class MainBean

java.lang.Object
  extended by fr.umlv.tatoo.cc.common.main.GeneratorBean
      extended by fr.umlv.tatoo.cc.main.main.MainBean
All Implemented Interfaces:
LexerOption.LexerParam, ParserParam, ToolsParam

public class MainBean
extends GeneratorBean
implements LexerOption.LexerParam, ParserParam, ToolsParam


Nested Class Summary
 
Nested classes/interfaces inherited from class fr.umlv.tatoo.cc.common.main.GeneratorBean
GeneratorBean.GenerateOption
 
Constructor Summary
MainBean()
           
 
Method Summary
 ConflictResolverType getConflictResolverType()
           
 LexerType getLexerType()
           
 File getLogFile()
           
 ParserType getParserType()
           
 boolean isGenerateAST()
           
 void setConflictResolverType(ConflictResolverType conflictResolverType)
           
 void setGenerateAST(boolean generateAST)
           
 void setLexerType(LexerType lexerType)
           
 void setLogFile(File logFile)
           
 void setParserType(ParserType parserType)
           
 
Methods inherited from class fr.umlv.tatoo.cc.common.main.GeneratorBean
addInputFile, addInputFilenames, addInputFiles, finish, getAliasMap, getAllInputFiles, getDestination, getExtensionBus, getGenerateDefault, getInputFiles, getLogLevel, getPackage, isRegisterDefaultExtensions, isValidating, registerDefaults, setAllPackages, setDestination, setGenerate, setGenerateDefault, setLogLevel, setPackage, setRegisterDefaultExtensions, setTypeName, setValidating
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MainBean

public MainBean()
Method Detail

getLexerType

public LexerType getLexerType()

setLexerType

public void setLexerType(LexerType lexerType)
Specified by:
setLexerType in interface LexerOption.LexerParam

getLogFile

public File getLogFile()

setLogFile

public void setLogFile(File logFile)
Specified by:
setLogFile in interface ParserParam

getParserType

public ParserType getParserType()

setParserType

public void setParserType(ParserType parserType)
Specified by:
setParserType in interface ParserParam

getConflictResolverType

public ConflictResolverType getConflictResolverType()

setConflictResolverType

public void setConflictResolverType(ConflictResolverType conflictResolverType)
Specified by:
setConflictResolverType in interface ParserParam

isGenerateAST

public boolean isGenerateAST()
Specified by:
isGenerateAST in interface ToolsParam

setGenerateAST

public void setGenerateAST(boolean generateAST)
Specified by:
setGenerateAST in interface ToolsParam