C# Class Antlr4.Codegen.Model.MatchToken

Inheritance: RuleElement, LabeledOp
Show file 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 property

public IList labels
return IList

name public property

public string name
return string

ttype public property

public int ttype
return int