C# Class VxSqlToken, versaplex

Afficher le fichier Open project: apenwarr/versaplex Class Usage Examples

Méthodes publiques

Свойство Type Description
leading_space string
name string
trailing_space string
type TokenType,

Méthodes publiques

Méthode Description
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

Method Details

IsComment() public méthode

public IsComment ( ) : bool
Résultat bool

IsIdentifier() public méthode

public IsIdentifier ( ) : bool
Résultat bool

IsKeyword() public méthode

public IsKeyword ( ) : bool
Résultat bool

IsKeywordEq() public méthode

public IsKeywordEq ( string key ) : bool
key string
Résultat bool

IsValidIdentifier() public méthode

public IsValidIdentifier ( ) : bool
Résultat bool

NotQuotedAndLowercaseEq() public méthode

public NotQuotedAndLowercaseEq ( string eq ) : bool
eq string
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string

VxSqlToken() public méthode

public VxSqlToken ( TokenType, t, string n, string l ) : System
t TokenType,
n string
l string
Résultat System

Property Details

leading_space public_oe property

public string leading_space
Résultat string

name public_oe property

public string name
Résultat string

trailing_space public_oe property

public string trailing_space
Résultat string

type public_oe property

public TokenType, type
Résultat TokenType,