C# Class SipSharp.Parser.SipLexer

Afficher le fichier Open project: jgauffin/SipSharp

Méthodes publiques

Méthode Description
IsDelimiter ( char token ) : bool
IsToken ( char token ) : bool
IsWord ( char token ) : bool
Match ( char token, string characters ) : bool

Method Details

IsDelimiter() public méthode

public IsDelimiter ( char token ) : bool
token char
Résultat bool

IsToken() public méthode

public IsToken ( char token ) : bool
token char
Résultat bool

IsWord() public méthode

public IsWord ( char token ) : bool
token char
Résultat bool

Match() public méthode

public Match ( char token, string characters ) : bool
token char
characters string
Résultat bool