C# 클래스 Antlr4.Semantics.SemanticPipeline

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

공개 프로퍼티들

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

공개 메소드들

메소드 설명
Process ( ) : void
SemanticPipeline ( Grammar g ) : System.Collections.Generic

비공개 메소드들

메소드 설명
AssignChannelTypes ( Grammar g, IList channelDefs ) : void
AssignLexerTokenTypes ( Grammar g, IList tokensDefs ) : void
AssignTokenTypes ( Grammar g, IList tokensDefs, IList tokenIDs, IList terminals ) : void
HasTypeOrMoreCommand ( [ r ) : bool
IdentifyStartRules ( SymbolCollector collector ) : void

메소드 상세

Process() 공개 메소드

public Process ( ) : void
리턴 void

SemanticPipeline() 공개 메소드

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

프로퍼티 상세

g 공개적으로 프로퍼티

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