C# Class Antlr4.Codegen.Model.Choice

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

Méthodes publiques

Свойство Type Description
decision int
label Antlr4.Codegen.Model.Decl.Decl

Méthodes publiques

Méthode Description
AddCodeForLookaheadTempVar ( Antlr4.Runtime.Misc.IntervalSet look ) : TestSetInline
AddPreambleOp ( SrcOp op ) : void
Choice ( OutputModelFactory factory, GrammarAST blkOrEbnfRootAST, IList alts ) : System.Collections.Generic
GetAltLookaheadAsStringLists ( Antlr4.Runtime.Misc.IntervalSet altLookSets ) : IList
GetThrowNoViableAlt ( OutputModelFactory factory, GrammarAST blkAST, Antlr4.Runtime.Misc.IntervalSet expecting ) : ThrowNoViableAlt

Method Details

AddCodeForLookaheadTempVar() public méthode

public AddCodeForLookaheadTempVar ( Antlr4.Runtime.Misc.IntervalSet look ) : TestSetInline
look Antlr4.Runtime.Misc.IntervalSet
Résultat TestSetInline

AddPreambleOp() public méthode

public AddPreambleOp ( SrcOp op ) : void
op SrcOp
Résultat void

Choice() public méthode

public Choice ( OutputModelFactory factory, GrammarAST blkOrEbnfRootAST, IList alts ) : System.Collections.Generic
factory OutputModelFactory
blkOrEbnfRootAST Antlr4.Tool.Ast.GrammarAST
alts IList
Résultat System.Collections.Generic

GetAltLookaheadAsStringLists() public méthode

public GetAltLookaheadAsStringLists ( Antlr4.Runtime.Misc.IntervalSet altLookSets ) : IList
altLookSets Antlr4.Runtime.Misc.IntervalSet
Résultat IList

GetThrowNoViableAlt() public méthode

public GetThrowNoViableAlt ( OutputModelFactory factory, GrammarAST blkAST, Antlr4.Runtime.Misc.IntervalSet expecting ) : ThrowNoViableAlt
factory OutputModelFactory
blkAST Antlr4.Tool.Ast.GrammarAST
expecting Antlr4.Runtime.Misc.IntervalSet
Résultat ThrowNoViableAlt

Property Details

decision public_oe property

public int decision
Résultat int

label public_oe property

public Decl,Antlr4.Codegen.Model.Decl label
Résultat Antlr4.Codegen.Model.Decl.Decl