Classe JSONTokener
Unit
Declaração
type JSONTokener = class(TZAbstractObject)
Descrição
Responsável por auxiliar na análise Léxica de uma string que representa um JSON.
*
Hierarquia
- TObject
- TZAbstractObject
- JSONTokener
Visão Geral
Métodos
![]() |
constructor create(s: string) ; |
![]() |
procedure back(); |
![]() |
class function dehexchar(c : char) :integer; |
![]() |
function more:boolean; |
![]() |
function next() : char; overload; |
![]() |
function next(c:char ) : char; overload; |
![]() |
function next(n:integer) : string; overload; |
![]() |
function nextClean() : char; |
![]() |
function nextString(quote : char) : string; |
![]() |
function nextTo(d : char) : string; overload; |
![]() |
function nextTo(delimiters : string) : char; overload; |
![]() |
function nextValue() : TZAbstractObject ; |
![]() |
procedure skipPast(_to : string ) ; |
![]() |
function skipTo(_to : char ): char; |
![]() |
function syntaxError(_message : string) : ParseException; |
![]() |
function toString: string; override; |
![]() |
function unescape(s : string): string; |
Descrição
Métodos
![]() |
constructor create(s: string) ; |
* Construct a JSONTokener from a string. Parâmetros
|
![]() |
procedure back(); |
* Back up one character. This provides a sort of lookahead capability, so that you can test for a digit or letter before attempting to parse the next number or identifier. |
![]() |
function more:boolean; |
![]() |
function next() : char; overload; |
![]() |
function next(c:char ) : char; overload; |
![]() |
function next(n:integer) : string; overload; |
![]() |
function nextClean() : char; |
![]() |
function nextString(quote : char) : string; |
![]() |
function nextTo(d : char) : string; overload; |
![]() |
function nextTo(delimiters : string) : char; overload; |
![]() |
function nextValue() : TZAbstractObject ; |
![]() |
procedure skipPast(_to : string ) ; |
![]() |
function skipTo(_to : char ): char; |
![]() |
function syntaxError(_message : string) : ParseException; |
![]() |
function toString: string; override; |
![]() |
function unescape(s : string): string; |
Gerado por PasDoc 0.16.0.