C# 클래스 ScrapeLexer.DFA9, pickaxe

상속: Antlr.Runtime.DFA
파일 보기 프로젝트 열기: bitsummation/pickaxe

공개 메소드들

메소드 설명
DFA9 ( BaseRecognizer recognizer, SpecialStateTransitionHandler specialStateTransition ) : System.Collections.Generic
Error ( NoViableAltException nvae ) : void

비공개 메소드들

메소드 설명
DFA9 ( ) : System.Collections.Generic

메소드 상세

DFA9() 공개 메소드

public DFA9 ( BaseRecognizer recognizer, SpecialStateTransitionHandler specialStateTransition ) : System.Collections.Generic
recognizer Antlr.Runtime.BaseRecognizer
specialStateTransition SpecialStateTransitionHandler
리턴 System.Collections.Generic

Error() 공개 메소드

public Error ( NoViableAltException nvae ) : void
nvae NoViableAltException
리턴 void