Uses of Class
fr.umlv.tatoo.cc.parser.parser.ActionDeclFactory

Packages that use ActionDeclFactory
fr.umlv.tatoo.cc.ebnf   
fr.umlv.tatoo.cc.parser.grammar   
fr.umlv.tatoo.cc.parser.table   
fr.umlv.tatoo.cc.parser.xml   
 

Uses of ActionDeclFactory in fr.umlv.tatoo.cc.ebnf
 

Methods in fr.umlv.tatoo.cc.ebnf with parameters of type ActionDeclFactory
 ParserTableDecl EBNFParserTableBuilder.createParserTableDecl(ActionDeclFactory actionFactory, TableFactoryMethod<?> method, ConflictResolverPolicy conflictResolver, AbstractConflictDiagnosticReporter reporter, File log)
           
 

Uses of ActionDeclFactory in fr.umlv.tatoo.cc.parser.grammar
 

Methods in fr.umlv.tatoo.cc.parser.grammar with parameters of type ActionDeclFactory
 ParserTableDecl ParserTableBuilder.createParserTableDecl(ActionDeclFactory actionFactory, TableFactoryMethod<?> method, ConflictResolverPolicy conflictResolver, AbstractConflictDiagnosticReporter reporter, File log)
          Creates a parser table.
 

Uses of ActionDeclFactory in fr.umlv.tatoo.cc.parser.table
 

Methods in fr.umlv.tatoo.cc.parser.table that return ActionDeclFactory
 ActionDeclFactory ParserTableDecl.getFactory()
           
 

Methods in fr.umlv.tatoo.cc.parser.table with parameters of type ActionDeclFactory
static ParserTableDecl ParserTableDeclFactory.buildTable(AbstractConflictDiagnosticReporter reporter, Collection<? extends ProductionDecl> productions, Set<? extends NonTerminalDecl> starts, TerminalDecl eof, TerminalDecl error, Map<VersionDecl,? extends Set<? extends VersionDecl>> versionMap, ActionDeclFactory actionFactory, TableFactoryMethod<?> method, ConflictResolverPolicy conflictResolver, File log)
           
<A extends ActionDecl>
A
DefaultConflictResolverPolicy.priorityAction(Class<A> type, AbstractConflictDiagnosticReporter reporter, ActionDeclFactory actionFactory, Set<ActionEntry<A>> actions, NodeDecl<?> node, TerminalDecl terminal, TerminalDecl eof)
           
abstract
<A extends ActionDecl>
A
ConflictResolverPolicy.priorityAction(Class<A> type, AbstractConflictDiagnosticReporter reporter, ActionDeclFactory actionFactory, Set<ActionEntry<A>> actions, NodeDecl<?> node, TerminalDecl terminal, TerminalDecl eof)
          Computes the priority action from a set
 

Constructors in fr.umlv.tatoo.cc.parser.table with parameters of type ActionDeclFactory
ParserTableDecl(Map<TerminalDecl,RegularTableActionDecl[]> map, BranchTableActionDecl[] branchArray, Map<NonTerminalDecl,int[]> gotoes, int count, Map<NonTerminalDecl,Integer> startStateMap, ActionDeclFactory factory, StateMetadataDecl[] metadata, TerminalDecl eof, TerminalDecl error)
           
 

Uses of ActionDeclFactory in fr.umlv.tatoo.cc.parser.xml
 

Methods in fr.umlv.tatoo.cc.parser.xml with parameters of type ActionDeclFactory
 ParserTableDecl ParserXMLDigester.createParserTableDecl(ActionDeclFactory actionFactory, TableFactoryMethod<?> method, ConflictResolverPolicy conflictResolver, AbstractConflictDiagnosticReporter reporter, File log)