Click or drag to resize

LLParserT Methods

The LLParserT 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 methodPIpAddr IPv4address = 1*3DIGIT "." 1*3DIGIT "." 1*3DIGIT "." 1*3DIGIT IPv6address = hexpart [ ":" IPv4address ] hexpart = hexseq / hexseq "::" [ hexseq ] / "::" [ hexseq ] hexseq = hex4 *( ":" hex4) hex4 = 1*4HEXDIG port = 1*DIGIT
Public methodPopIndex 
Public methodPRegex(Regex) 
Public methodPRegex(String) 
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