C# Class Peg.Base.PegCharParser.OptimizedCharset

Afficher le fichier Open project: Andos/BinaryFileSchema

Méthodes publiques

Méthode Description
Matches ( char c ) : bool
OptimizedCharset ( Range r, char c ) : System
OptimizedCharset ( Range r, char c, bool bNegated ) : System
OptimizedCharset ( System b ) : System
OptimizedCharset ( System b, bool bNegated ) : System

Method Details

Matches() public méthode

public Matches ( char c ) : bool
c char
Résultat bool

OptimizedCharset() public méthode

public OptimizedCharset ( Range r, char c ) : System
r Range
c char
Résultat System

OptimizedCharset() public méthode

public OptimizedCharset ( Range r, char c, bool bNegated ) : System
r Range
c char
bNegated bool
Résultat System

OptimizedCharset() public méthode

public OptimizedCharset ( System b ) : System
b System
Résultat System

OptimizedCharset() public méthode

public OptimizedCharset ( System b, bool bNegated ) : System
b System
bNegated bool
Résultat System