C# Class Antlr4.Tool.LeftRecursionCyclesMessage

Inheritance: ANTLRMessage
Afficher le fichier Open project: sharwell/antlr4cs Class Usage Examples

Méthodes publiques

Méthode Description
LeftRecursionCyclesMessage ( string fileName, IEnumerable cycles ) : System.Collections.Generic

Méthodes protégées

Méthode Description
GetStartTokenOfFirstRule ( IEnumerable cycles ) : Antlr.Runtime.IToken

Method Details

GetStartTokenOfFirstRule() protected static méthode

protected static GetStartTokenOfFirstRule ( IEnumerable cycles ) : Antlr.Runtime.IToken
cycles IEnumerable
Résultat Antlr.Runtime.IToken

LeftRecursionCyclesMessage() public méthode

public LeftRecursionCyclesMessage ( string fileName, IEnumerable cycles ) : System.Collections.Generic
fileName string
cycles IEnumerable
Résultat System.Collections.Generic