C# 클래스 SIL.FieldWorks.FDO.Validation.yytokens

상속: Tools.Tokens
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
Ident_factory ( Lexer yyl ) : object
OldAction ( Lexer yym, string yytext, int action, bool &reject ) : TOKEN
yytokens ( ErrorHandler eh ) : System

메소드 상세

Ident_factory() 공개 정적인 메소드

public static Ident_factory ( Lexer yyl ) : object
yyl Tools.Lexer
리턴 object

OldAction() 공개 메소드

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

yytokens() 공개 메소드

public yytokens ( ErrorHandler eh ) : System
eh Tools.ErrorHandler
리턴 System