C# Class Antlr4.Codegen.Model.InvokeRule

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

Méthodes publiques

Свойство Type Description
ctxName string
labels OrderedHashSet
name string

Méthodes publiques

Méthode Description
GetLabels ( ) : IList
InvokeRule ( ParserFactory factory, GrammarAST ast, GrammarAST labelAST ) : System.Collections.Generic

Method Details

GetLabels() public méthode

public GetLabels ( ) : IList
Résultat IList

InvokeRule() public méthode

public InvokeRule ( ParserFactory factory, GrammarAST ast, GrammarAST labelAST ) : System.Collections.Generic
factory ParserFactory
ast Antlr4.Tool.Ast.GrammarAST
labelAST Antlr4.Tool.Ast.GrammarAST
Résultat System.Collections.Generic

Property Details

ctxName public_oe property

public string ctxName
Résultat string

labels public_oe property

public OrderedHashSet labels
Résultat OrderedHashSet

name public_oe property

public string name
Résultat string