C# Class Antlr4.Codegen.ParserFactory

Inheritance: DefaultOutputModelFactory
Afficher le fichier Open project: sharwell/antlr4cs Class Usage Examples

Méthodes publiques

Méthode Description
Action ( ActionAST ast ) : IList
Alternative ( Alternative alt, bool outerMost ) : CodeBlockForAlt
DefineImplicitLabel ( GrammarAST ast, LabeledOp op ) : void
Epsilon ( Alternative alt, bool outerMost ) : CodeBlockForAlt
FinishAlternative ( CodeBlockForAlt blk, IList ops ) : CodeBlockForAlt
GetAddToListOpIfListLabelPresent ( LabeledOp op, GrammarAST label ) : AddToLabelList
GetChoiceBlock ( BlockAST blkAST, IList alts, GrammarAST labelAST ) : Choice
GetComplexChoiceBlock ( BlockAST blkAST, IList alts ) : Choice
GetComplexEBNFBlock ( GrammarAST ebnfRoot, IList alts ) : Choice
GetEBNFBlock ( GrammarAST ebnfRoot, IList alts ) : Choice
GetLL1ChoiceBlock ( BlockAST blkAST, IList alts ) : Choice
GetLL1EBNFBlock ( GrammarAST ebnfRoot, IList alts ) : Choice
GetLL1Test ( Antlr4.Runtime.Misc.IntervalSet look, GrammarAST blkAST ) : IList
GetTokenLabelDecl ( string label ) : Decl
GetTokenListLabelDecl ( string label ) : TokenListDecl
NeedsImplicitLabel ( GrammarAST ID, LabeledOp op ) : bool
Parser ( ParserFile file ) : Parser
ParserFactory ( CodeGenerator gen ) : System.Collections.Generic
ParserFile ( string fileName ) : ParserFile
Rule ( Rule r ) : RuleFunction
RuleRef ( GrammarAST ID, GrammarAST label, GrammarAST args ) : IList
Sempred ( ActionAST ast ) : IList
Set ( GrammarAST setAST, GrammarAST labelAST, bool invert ) : IList
TokenRef ( GrammarAST ID, GrammarAST labelAST, GrammarAST args ) : IList
Wildcard ( GrammarAST ast, GrammarAST labelAST ) : IList

Method Details

Action() public méthode

public Action ( ActionAST ast ) : IList
ast Antlr4.Tool.Ast.ActionAST
Résultat IList

Alternative() public méthode

public Alternative ( Alternative alt, bool outerMost ) : CodeBlockForAlt
alt Antlr4.Tool.Alternative
outerMost bool
Résultat Antlr4.Codegen.Model.CodeBlockForAlt

DefineImplicitLabel() public méthode

public DefineImplicitLabel ( GrammarAST ast, LabeledOp op ) : void
ast Antlr4.Tool.Ast.GrammarAST
op LabeledOp
Résultat void

Epsilon() public méthode

public Epsilon ( Alternative alt, bool outerMost ) : CodeBlockForAlt
alt Antlr4.Tool.Alternative
outerMost bool
Résultat Antlr4.Codegen.Model.CodeBlockForAlt

FinishAlternative() public méthode

public FinishAlternative ( CodeBlockForAlt blk, IList ops ) : CodeBlockForAlt
blk Antlr4.Codegen.Model.CodeBlockForAlt
ops IList
Résultat Antlr4.Codegen.Model.CodeBlockForAlt

GetAddToListOpIfListLabelPresent() public méthode

public GetAddToListOpIfListLabelPresent ( LabeledOp op, GrammarAST label ) : AddToLabelList
op LabeledOp
label Antlr4.Tool.Ast.GrammarAST
Résultat Antlr4.Codegen.Model.AddToLabelList

GetChoiceBlock() public méthode

public GetChoiceBlock ( BlockAST blkAST, IList alts, GrammarAST labelAST ) : Choice
blkAST Antlr4.Tool.Ast.BlockAST
alts IList
labelAST Antlr4.Tool.Ast.GrammarAST
Résultat Antlr4.Codegen.Model.Choice

GetComplexChoiceBlock() public méthode

public GetComplexChoiceBlock ( BlockAST blkAST, IList alts ) : Choice
blkAST Antlr4.Tool.Ast.BlockAST
alts IList
Résultat Antlr4.Codegen.Model.Choice

GetComplexEBNFBlock() public méthode

public GetComplexEBNFBlock ( GrammarAST ebnfRoot, IList alts ) : Choice
ebnfRoot Antlr4.Tool.Ast.GrammarAST
alts IList
Résultat Antlr4.Codegen.Model.Choice

GetEBNFBlock() public méthode

public GetEBNFBlock ( GrammarAST ebnfRoot, IList alts ) : Choice
ebnfRoot Antlr4.Tool.Ast.GrammarAST
alts IList
Résultat Antlr4.Codegen.Model.Choice

GetLL1ChoiceBlock() public méthode

public GetLL1ChoiceBlock ( BlockAST blkAST, IList alts ) : Choice
blkAST Antlr4.Tool.Ast.BlockAST
alts IList
Résultat Antlr4.Codegen.Model.Choice

GetLL1EBNFBlock() public méthode

public GetLL1EBNFBlock ( GrammarAST ebnfRoot, IList alts ) : Choice
ebnfRoot Antlr4.Tool.Ast.GrammarAST
alts IList
Résultat Antlr4.Codegen.Model.Choice

GetLL1Test() public méthode

public GetLL1Test ( Antlr4.Runtime.Misc.IntervalSet look, GrammarAST blkAST ) : IList
look Antlr4.Runtime.Misc.IntervalSet
blkAST Antlr4.Tool.Ast.GrammarAST
Résultat IList

GetTokenLabelDecl() public méthode

public GetTokenLabelDecl ( string label ) : Decl
label string
Résultat Antlr4.Codegen.Model.Decl.Decl

GetTokenListLabelDecl() public méthode

public GetTokenListLabelDecl ( string label ) : TokenListDecl
label string
Résultat Antlr4.Codegen.Model.Decl.TokenListDecl

NeedsImplicitLabel() public méthode

public NeedsImplicitLabel ( GrammarAST ID, LabeledOp op ) : bool
ID Antlr4.Tool.Ast.GrammarAST
op LabeledOp
Résultat bool

Parser() public méthode

public Parser ( ParserFile file ) : Parser
file Antlr4.Codegen.Model.ParserFile
Résultat Antlr4.Codegen.Model.Parser

ParserFactory() public méthode

public ParserFactory ( CodeGenerator gen ) : System.Collections.Generic
gen CodeGenerator
Résultat System.Collections.Generic

ParserFile() public méthode

public ParserFile ( string fileName ) : ParserFile
fileName string
Résultat Antlr4.Codegen.Model.ParserFile

Rule() public méthode

public Rule ( Rule r ) : RuleFunction
r Antlr4.Tool.Rule
Résultat Antlr4.Codegen.Model.RuleFunction

RuleRef() public méthode

public RuleRef ( GrammarAST ID, GrammarAST label, GrammarAST args ) : IList
ID Antlr4.Tool.Ast.GrammarAST
label Antlr4.Tool.Ast.GrammarAST
args Antlr4.Tool.Ast.GrammarAST
Résultat IList

Sempred() public méthode

public Sempred ( ActionAST ast ) : IList
ast Antlr4.Tool.Ast.ActionAST
Résultat IList

Set() public méthode

public Set ( GrammarAST setAST, GrammarAST labelAST, bool invert ) : IList
setAST Antlr4.Tool.Ast.GrammarAST
labelAST Antlr4.Tool.Ast.GrammarAST
invert bool
Résultat IList

TokenRef() public méthode

public TokenRef ( GrammarAST ID, GrammarAST labelAST, GrammarAST args ) : IList
ID Antlr4.Tool.Ast.GrammarAST
labelAST Antlr4.Tool.Ast.GrammarAST
args Antlr4.Tool.Ast.GrammarAST
Résultat IList

Wildcard() public méthode

public Wildcard ( GrammarAST ast, GrammarAST labelAST ) : IList
ast Antlr4.Tool.Ast.GrammarAST
labelAST Antlr4.Tool.Ast.GrammarAST
Résultat IList