C# Class Antlr4.Codegen.Model.InvokeRule

Inheritance: RuleElement, LabeledOp
Datei anzeigen 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_oe property

public string ctxName
return string

labels public_oe property

public OrderedHashSet labels
return OrderedHashSet

name public_oe property

public string name
return string