Click or drag to resize
LLParserT Methods

The LLParserT generic type exposes the following members.

Methods
  NameDescription
Protected methodEndOfString
Protected methodGetRemains
A maradék string-et adja vissza egészben.
Protected methodGetRemains(Int32)
A maradék string-et adja vissza egészben.
Public methodInitParse
Kizarolag csak teszteles celjabol! Ha pl. egy bizonyos header parse-olasat akarjuk letesztelni, akkor beallitjuk ezzel a header tartalmat, majd a konkret Parse() fuggvenyt meghivjuk. Pl. parser.InitParse(data); parser.PWWWAuthenticate();
Public methodIsChar
Protected methodLookaheadChar
Megnézi, hogy a következő karaktert.
Public methodMany
Public methodMany1
Public methodManyN
Public methodManyNM
Protected methodPAlpha
Protected methodPAlphaNumeric
Protected methodPAlphaNumericPlus
Public methodParse
A feldolgozás indítása a következő sztringre, nem szálboztos!
Public methodParseFailed
Protected methodParseFunction
Public methodParseMany
A feldolgozás indítása a következő sztringre, nem szálboztos!
Public methodPChar
Public methodPCrLf
Protected methodPDigit
Protected methodPDigitChar
Protected methodPDigitPlus
Public methodPGetLine
Public methodPInt
Public methodPopIndex
Public methodPRegex(String)
Public methodPRegex(Regex)
Public methodPSpace
Public methodPString
Public methodPStringLowerCase
Public methodPToken
token = 1*(alphanum / "-" / "." / "!" / "%" / "*" / "_" / "+" / "`" / "'" / "~" )
Public methodPUntil
Public methodPushIndex
Public methodPWord
word = 1*(alphanum / "-" / "." / "!" / "%" / "*" / "_" / "+" / "`" / "'" / "~" / "(" / ")" / "<" / ">" / ":" / "\" / DQUOTE / "/" / "[" / "]" / "?" / "{" / "}" )
Protected methodRollBack
Protected methodRollBack(Int32)
Protected methodSkipChars
Meghatározott számú karakter átugrása.
Public methodSkipSpaces
A space karakterek átugrása.
Protected methodSkipWhiteSpaces
Protected methodSubstring
Public methodThrowIndex
Protected methodTry
Top
See Also