C# Class Peg.Base.PegCharParser.OptimizedCharset

Exibir arquivo Open project: Andos/BinaryFileSchema

Public Methods

Method 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 method

public Matches ( char c ) : bool
c char
return bool

OptimizedCharset() public method

public OptimizedCharset ( Range r, char c ) : System
r Range
c char
return System

OptimizedCharset() public method

public OptimizedCharset ( Range r, char c, bool bNegated ) : System
r Range
c char
bNegated bool
return System

OptimizedCharset() public method

public OptimizedCharset ( System b ) : System
b System
return System

OptimizedCharset() public method

public OptimizedCharset ( System b, bool bNegated ) : System
b System
bNegated bool
return System