C# 클래스 VxSqlToken, versaplex

파일 보기 프로젝트 열기: apenwarr/versaplex 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
leading_space string
name string
trailing_space string
type TokenType,

공개 메소드들

메소드 설명
IsComment ( ) : bool
IsIdentifier ( ) : bool
IsKeyword ( ) : bool
IsKeywordEq ( string key ) : bool
IsValidIdentifier ( ) : bool
NotQuotedAndLowercaseEq ( string eq ) : bool
ToString ( ) : string
VxSqlToken ( TokenType, t, string n, string l ) : System

메소드 상세

IsComment() 공개 메소드

public IsComment ( ) : bool
리턴 bool

IsIdentifier() 공개 메소드

public IsIdentifier ( ) : bool
리턴 bool

IsKeyword() 공개 메소드

public IsKeyword ( ) : bool
리턴 bool

IsKeywordEq() 공개 메소드

public IsKeywordEq ( string key ) : bool
key string
리턴 bool

IsValidIdentifier() 공개 메소드

public IsValidIdentifier ( ) : bool
리턴 bool

NotQuotedAndLowercaseEq() 공개 메소드

public NotQuotedAndLowercaseEq ( string eq ) : bool
eq string
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

VxSqlToken() 공개 메소드

public VxSqlToken ( TokenType, t, string n, string l ) : System
t TokenType,
n string
l string
리턴 System

프로퍼티 상세

leading_space 공개적으로 프로퍼티

public string leading_space
리턴 string

name 공개적으로 프로퍼티

public string name
리턴 string

trailing_space 공개적으로 프로퍼티

public string trailing_space
리턴 string

type 공개적으로 프로퍼티

public TokenType, type
리턴 TokenType,