C# 클래스 Tools.YyLexer

파일 보기 프로젝트 열기: Ezakhiel/Donate-Money-For-Unicorns-ubbse2015 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
cats System.Collections.Hashtable
erh ErrorHandler
m_encoding System.Text.Encoding
m_gencat UnicodeCategory
reswds System.Collections.Hashtable
starts System.Collections.Hashtable
tokens System.Collections.Hashtable
toupper bool
types System.Collections.Hashtable
usingEOF bool

보호된 프로퍼티들

프로퍼티 타입 설명
arr int[]

공개 메소드들

메소드 설명
EmitDfa ( TextWriter outFile ) : void
GetDfa ( ) : void
GetEnumerator ( ) : IEnumerator
OldAction ( Lexer yyl, string &yytext, int action, bool &reject ) : TOKEN
UsingCat ( UnicodeCategory cat ) : Charset
YyLexer ( ErrorHandler eh ) : System

보호된 메소드들

메소드 설명
Tokenfactory ( Lexer yyl ) : object

비공개 메소드들

메소드 설명
CharIsSeparator ( char c ) : bool
CharIsSymbol ( char c ) : bool
Filter ( char ch ) : char
GetTest ( string name ) : ChTest
UsingChar ( char ch ) : void
testEOF ( char ch ) : bool

메소드 상세

EmitDfa() 공개 메소드

public EmitDfa ( TextWriter outFile ) : void
outFile System.IO.TextWriter
리턴 void

GetDfa() 공개 메소드

public GetDfa ( ) : void
리턴 void

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

OldAction() 공개 메소드

public OldAction ( Lexer yyl, string &yytext, int action, bool &reject ) : TOKEN
yyl Lexer
yytext string
action int
reject bool
리턴 TOKEN

Tokenfactory() 보호된 메소드

protected Tokenfactory ( Lexer yyl ) : object
yyl Lexer
리턴 object

UsingCat() 공개 메소드

public UsingCat ( UnicodeCategory cat ) : Charset
cat UnicodeCategory
리턴 Charset

YyLexer() 공개 메소드

public YyLexer ( ErrorHandler eh ) : System
eh ErrorHandler
리턴 System

프로퍼티 상세

arr 보호되어 있는 프로퍼티

protected int[] arr
리턴 int[]

cats 공개적으로 프로퍼티

public Hashtable,System.Collections cats
리턴 System.Collections.Hashtable

erh 공개적으로 프로퍼티

public ErrorHandler,Tools erh
리턴 ErrorHandler

m_encoding 공개적으로 프로퍼티

public Encoding,System.Text m_encoding
리턴 System.Text.Encoding

m_gencat 공개적으로 프로퍼티

public UnicodeCategory m_gencat
리턴 UnicodeCategory

reswds 공개적으로 프로퍼티

public Hashtable,System.Collections reswds
리턴 System.Collections.Hashtable

starts 공개적으로 프로퍼티

public Hashtable,System.Collections starts
리턴 System.Collections.Hashtable

tokens 공개적으로 프로퍼티

public Hashtable,System.Collections tokens
리턴 System.Collections.Hashtable

toupper 공개적으로 프로퍼티

public bool toupper
리턴 bool

types 공개적으로 프로퍼티

public Hashtable,System.Collections types
리턴 System.Collections.Hashtable

usingEOF 공개적으로 프로퍼티

public bool usingEOF
리턴 bool