C# Class Antlr4.Codegen.Model.InvokeRule

Inheritance: RuleElement, LabeledOp
Show file Open project: sharwell/antlr4cs Class Usage Examples

Public Properties

Property Type Description
ctxName string
labels OrderedHashSet
name string

Public Methods

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

Method Details

GetLabels() public method

public GetLabels ( ) : IList
return IList

InvokeRule() public method

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

Property Details

ctxName public property

public string ctxName
return string

labels public property

public OrderedHashSet labels
return OrderedHashSet

name public property

public string name
return string