C# 클래스 Antlr4.Analysis.AnalysisPipeline

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

공개 프로퍼티들

프로퍼티 타입 설명
g Antlr4.Tool.Grammar

공개 메소드들

메소드 설명
AnalysisPipeline ( Grammar g ) : System.Collections.Generic
Disjoint ( Antlr4.Runtime.Misc.IntervalSet altLook ) : bool
Process ( ) : void

보호된 메소드들

메소드 설명
ProcessLexer ( ) : void
ProcessParser ( ) : void

메소드 상세

AnalysisPipeline() 공개 메소드

public AnalysisPipeline ( Grammar g ) : System.Collections.Generic
g Antlr4.Tool.Grammar
리턴 System.Collections.Generic

Disjoint() 공개 정적인 메소드

public static Disjoint ( Antlr4.Runtime.Misc.IntervalSet altLook ) : bool
altLook Antlr4.Runtime.Misc.IntervalSet
리턴 bool

Process() 공개 메소드

public Process ( ) : void
리턴 void

ProcessLexer() 보호된 메소드

protected ProcessLexer ( ) : void
리턴 void

ProcessParser() 보호된 메소드

protected ProcessParser ( ) : void
리턴 void

프로퍼티 상세

g 공개적으로 프로퍼티

public Grammar,Antlr4.Tool g
리턴 Antlr4.Tool.Grammar