C# 클래스 MySql.Parser.CaseInsensitiveInputStream

Case insensitive implementation of an input stream.
상속: Antlr.Runtime.ANTLRInputStream
파일 보기 프로젝트 열기: Top-Cat/SteamBot 1 사용 예제들

공개 메소드들

메소드 설명
CaseInsensitiveInputStream ( Stream s ) : System
LA ( int i ) : int

메소드 상세

CaseInsensitiveInputStream() 공개 메소드

public CaseInsensitiveInputStream ( Stream s ) : System
s Stream
리턴 System

LA() 공개 메소드

public LA ( int i ) : int
i int
리턴 int