C# 클래스 Tools.TOKEN

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

공개 메소드들

메소드 설명
IsTerminal ( ) : bool
Matches ( string s ) : bool
Pass ( YyParser syms, int snum, ParserEntry &entry ) : bool
Print ( ) : void
TOKEN ( Lexer yyl ) : System
TOKEN ( Lexer yyl, string s ) : System
TOKEN ( Parser yyp ) : System
ToString ( ) : string

보호된 메소드들

메소드 설명
TOKEN ( ) : System

메소드 상세

IsTerminal() 공개 메소드

public IsTerminal ( ) : bool
리턴 bool

Matches() 공개 메소드

public Matches ( string s ) : bool
s string
리턴 bool

Pass() 공개 메소드

public Pass ( YyParser syms, int snum, ParserEntry &entry ) : bool
syms YyParser
snum int
entry ParserEntry
리턴 bool

Print() 공개 메소드

public Print ( ) : void
리턴 void

TOKEN() 보호된 메소드

protected TOKEN ( ) : System
리턴 System

TOKEN() 공개 메소드

public TOKEN ( Lexer yyl ) : System
yyl Lexer
리턴 System

TOKEN() 공개 메소드

public TOKEN ( Lexer yyl, string s ) : System
yyl Lexer
s string
리턴 System

TOKEN() 공개 메소드

public TOKEN ( Parser yyp ) : System
yyp Parser
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string