Uses of Class
fr.umlv.tatoo.cc.parser.table.StateMetadataDecl

Packages that use StateMetadataDecl
fr.umlv.tatoo.cc.parser.table   
 

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

Methods in fr.umlv.tatoo.cc.parser.table that return StateMetadataDecl
 StateMetadataDecl StateMetadataFactory.create(Set<? extends VersionDecl> compatibleVersions, VariableDecl variable)
          Create a state meta-data.
 StateMetadataDecl[] ParserTableDecl.getMetadata()
           
 

Constructors in fr.umlv.tatoo.cc.parser.table with parameters of type StateMetadataDecl
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)