C# 클래스 Peg.Base.PegCharParser.OptimizedCharset

파일 보기 프로젝트 열기: Andos/BinaryFileSchema

공개 메소드들

메소드 설명
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

메소드 상세

Matches() 공개 메소드

public Matches ( char c ) : bool
c char
리턴 bool

OptimizedCharset() 공개 메소드

public OptimizedCharset ( Range r, char c ) : System
r Range
c char
리턴 System

OptimizedCharset() 공개 메소드

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

OptimizedCharset() 공개 메소드

public OptimizedCharset ( System b ) : System
b System
리턴 System

OptimizedCharset() 공개 메소드

public OptimizedCharset ( System b, bool bNegated ) : System
b System
bNegated bool
리턴 System