C# Class Antlr4.Codegen.Model.MatchToken

Inheritance: RuleElement, LabeledOp
Datei anzeigen Open project: sharwell/antlr4cs Class Usage Examples

Public Properties

Property Type Description
labels IList
name string
ttype int

Public Methods

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

Method Details

GetLabels() public method

public GetLabels ( ) : IList
return IList

MatchToken() public method

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

MatchToken() public method

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

Property Details

labels public_oe property

public IList labels
return IList

name public_oe property

public string name
return string

ttype public_oe property

public int ttype
return int