C# 클래스 Antlr4.Tool.LeftRecursionCyclesMessage

상속: ANTLRMessage
파일 보기 프로젝트 열기: sharwell/antlr4cs 1 사용 예제들

공개 메소드들

메소드 설명
LeftRecursionCyclesMessage ( string fileName, IEnumerable cycles ) : System.Collections.Generic

보호된 메소드들

메소드 설명
GetStartTokenOfFirstRule ( IEnumerable cycles ) : Antlr.Runtime.IToken

메소드 상세

GetStartTokenOfFirstRule() 보호된 정적인 메소드

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

LeftRecursionCyclesMessage() 공개 메소드

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