NoOpVisitor
Attributes
- Graph
- Supertypes
- trait Visitor[PValue, PValue]class Objecttrait Matchableclass Any
- Self type
- NoOpVisitor.type
Members list
Value members
Concrete methods
Attributes
- index
json source position at the start of the
[
being visited- Returns:
a Visitor used for visiting the elements of the array
Attributes
- index
json source position at the start of the
false
being visited
Optional handler for raw double values; can be overriden for performance in cases where you're translating directly between numbers to avoid the overhead of stringifying and re-parsing your numbers (e.g. the WebJson transformer gets raw doubles from the underlying Json.parse).
Optional handler for raw double values; can be overriden for performance in cases where you're translating directly between numbers to avoid the overhead of stringifying and re-parsing your numbers (e.g. the WebJson transformer gets raw doubles from the underlying Json.parse).
Delegates to visitFloat64StringParts
if not overriden
Attributes
- d
the input number
- index
json source position at the start of the number being visited
Convenience methods to help you compute the decimal-point-index and exponent-index of an arbitrary numeric string
Convenience methods to help you compute the decimal-point-index and exponent-index of an arbitrary numeric string
Attributes
- index
json source position at the start of the string being visited
- s
the text string being visited
Visit the number in its text representation.
Visit the number in its text representation.
Attributes
- decIndex
index of the
.
, relative to the start of the CharSequence, or -1 if omitted- expIndex
index of
e
orE
relative to the start of the CharSequence, or -1 if omitted- index
json source position at the start of the number being visited
- s
unparsed text representation of the number.
Attributes
- index
json source position at the start of the
null
being visited
Attributes
- index
json source position at the start of the
{
being visited- Returns:
a ObjVisitor used for visiting the keys/values of the object
Attributes
- index
json source position at the start of the string being visited
- s
the text string being visited
Attributes
- index
json source position at the start of the
true
being visited