Text

Undocumented in source.

Constructors

this
this(const(char)[] chars)
Undocumented in source.

Members

Aliases

parseObjectFieldName
alias parseObjectFieldName = parseString
Undocumented in source.

Functions

atObjectStart
bool atObjectStart()
Undocumented in source. Be warned that the author may not have intended to support it.
noMoreFieldsOnThisLine
bool noMoreFieldsOnThisLine()
Undocumented in source. Be warned that the author may not have intended to support it.
parseField
void parseField(FieldToken token, bool sameLine)
Undocumented in source. Be warned that the author may not have intended to support it.
parseNamelessObjectField
void parseNamelessObjectField(FieldToken token)
Undocumented in source. Be warned that the author may not have intended to support it.
parseString
void parseString(FieldToken token)
Undocumented in source. Be warned that the author may not have intended to support it.
setup
void setup(const(char)[] chars)
Undocumented in source. Be warned that the author may not have intended to support it.
skipChar
void skipChar()
Undocumented in source. Be warned that the author may not have intended to support it.
skipWhitespaceAndComments
void skipWhitespaceAndComments(bool skipNewlines)
Undocumented in source. Be warned that the author may not have intended to support it.
toEndOfToken
void toEndOfToken()
Undocumented in source. Be warned that the author may not have intended to support it.
toNewline
void toNewline()
Undocumented in source. Be warned that the author may not have intended to support it.
toNextLine
void toNextLine()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

c
dchar c;
Undocumented in source.
chars
const(char)[] chars;
Undocumented in source.
column
uint column;
Undocumented in source.
cpos
const(char)* cpos;
Undocumented in source.
limit
const(char)* limit;
Undocumented in source.
lineNumber
uint lineNumber;
Undocumented in source.
next
const(char)* next;
Undocumented in source.

Meta