C# Class Antlr4.Tool.LeftRecursionCyclesMessage

Inheritance: ANTLRMessage
Show file Open project: sharwell/antlr4cs Class Usage Examples

Public Methods

Method Description
LeftRecursionCyclesMessage ( string fileName, IEnumerable cycles ) : System.Collections.Generic

Protected Methods

Method Description
GetStartTokenOfFirstRule ( IEnumerable cycles ) : Antlr.Runtime.IToken

Method Details

GetStartTokenOfFirstRule() protected static method

protected static GetStartTokenOfFirstRule ( IEnumerable cycles ) : Antlr.Runtime.IToken
cycles IEnumerable
return Antlr.Runtime.IToken

LeftRecursionCyclesMessage() public method

public LeftRecursionCyclesMessage ( string fileName, IEnumerable cycles ) : System.Collections.Generic
fileName string
cycles IEnumerable
return System.Collections.Generic