C# Class Antlr4.Tool.Grammar.StringCollector

Inheritance: GrammarTreeVisitor
Show file Open project: sharwell/antlr4cs

Public Properties

Property Type Description
strings ISet

Public Methods

Method Description
GetErrorManager ( ) : ErrorManager
StringCollector ( Grammar grammar ) : System.Collections.Generic
StringRef ( TerminalAST @ref ) : void

Method Details

GetErrorManager() public method

public GetErrorManager ( ) : ErrorManager
return ErrorManager

StringCollector() public method

public StringCollector ( Grammar grammar ) : System.Collections.Generic
grammar Grammar
return System.Collections.Generic

StringRef() public method

public StringRef ( TerminalAST @ref ) : void
@ref Antlr4.Tool.Ast.TerminalAST
return void

Property Details

strings public property

public ISet strings
return ISet