C# Класс Novell.Directory.Ldap.Rfc2251.RfcFilter.FilterTokenizer

This inner class will tokenize the components of an RFC 2254 search filter.
Показать файл Открыть проект

Открытые методы

Метод Описание
FilterTokenizer ( RfcFilter enclosingInstance, System filter ) : System

Constructs a FilterTokenizer for a filter.

getLeftParen ( ) : void

Reads the current char and throws an Exception if it is not a left parenthesis.

getRightParen ( ) : void

Reads the current char and throws an Exception if it is not a right parenthesis.

peekChar ( ) : char

Return the current char without advancing the offset pointer. This is used by ParseFilterList when determining if there are any more Filters in the list.

Приватные методы

Метод Описание
InitBlock ( RfcFilter enclosingInstance ) : void

Описание методов

FilterTokenizer() публичный Метод

Constructs a FilterTokenizer for a filter.
public FilterTokenizer ( RfcFilter enclosingInstance, System filter ) : System
enclosingInstance RfcFilter
filter System
Результат System

getLeftParen() публичный Метод

Reads the current char and throws an Exception if it is not a left parenthesis.
public getLeftParen ( ) : void
Результат void

getRightParen() публичный Метод

Reads the current char and throws an Exception if it is not a right parenthesis.
public getRightParen ( ) : void
Результат void

peekChar() публичный Метод

Return the current char without advancing the offset pointer. This is used by ParseFilterList when determining if there are any more Filters in the list.
public peekChar ( ) : char
Результат char