C# Class Antlr4.Codegen.Model.MatchToken

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

Méthodes publiques

Свойство Type Description
labels IList
name string
ttype int

Méthodes publiques

Méthode Description
GetLabels ( ) : IList
MatchToken ( OutputModelFactory factory, GrammarAST ast ) : System.Collections.Generic
MatchToken ( OutputModelFactory factory, TerminalAST ast ) : System.Collections.Generic

Method Details

GetLabels() public méthode

public GetLabels ( ) : IList
Résultat IList

MatchToken() public méthode

public MatchToken ( OutputModelFactory factory, GrammarAST ast ) : System.Collections.Generic
factory OutputModelFactory
ast Antlr4.Tool.Ast.GrammarAST
Résultat System.Collections.Generic

MatchToken() public méthode

public MatchToken ( OutputModelFactory factory, TerminalAST ast ) : System.Collections.Generic
factory OutputModelFactory
ast Antlr4.Tool.Ast.TerminalAST
Résultat System.Collections.Generic

Property Details

labels public_oe property

public IList labels
Résultat IList

name public_oe property

public string name
Résultat string

ttype public_oe property

public int ttype
Résultat int