C# 클래스 Antlr4.Codegen.Model.ListenerDispatchMethod

상속: DispatchMethod
파일 보기 프로젝트 열기: sharwell/antlr4cs

공개 프로퍼티들

프로퍼티 타입 설명
isEnter bool

공개 메소드들

메소드 설명
ListenerDispatchMethod ( OutputModelFactory factory, bool isEnter )

메소드 상세

ListenerDispatchMethod() 공개 메소드

public ListenerDispatchMethod ( OutputModelFactory factory, bool isEnter )
factory OutputModelFactory
isEnter bool

프로퍼티 상세

isEnter 공개적으로 프로퍼티

public bool isEnter
리턴 bool