object Builder extends JsVisitor[IndexedValue, IndexedValue]
          
            Linear Supertypes
          
          
        
          
          
            
          
          
        
        
            Ordering
            
          - Alphabetic
 - By Inheritance
 
                  Inherited
                  
                  
- Builder
 - JsVisitor
 - Visitor
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
              Visibility
              
        - Public
 - All
 
Value Members
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        !=(arg0: Any): Boolean
      
      
      
- Definition Classes
 - AnyRef → Any
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        ##(): Int
      
      
      
- Definition Classes
 - AnyRef → Any
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        ==(arg0: Any): Boolean
      
      
      
- Definition Classes
 - AnyRef → Any
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        asInstanceOf[T0]: T0
      
      
      
- Definition Classes
 - Any
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        clone(): AnyRef
      
      
      
- Attributes
 - protected[java.lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @native() @HotSpotIntrinsicCandidate() @throws( ... )
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        eq(arg0: AnyRef): Boolean
      
      
      
- Definition Classes
 - AnyRef
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        equals(arg0: Any): Boolean
      
      
      
- Definition Classes
 - AnyRef → Any
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        getClass(): Class[_]
      
      
      
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @native() @HotSpotIntrinsicCandidate()
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        hashCode(): Int
      
      
      
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @native() @HotSpotIntrinsicCandidate()
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        isInstanceOf[T0]: Boolean
      
      
      
- Definition Classes
 - Any
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        map[Z](f: (IndexedValue) ⇒ Z): Visitor[IndexedValue, Z]
      
      
      
- Definition Classes
 - Visitor
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        mapNulls[Z](f: (IndexedValue) ⇒ Z): Visitor[IndexedValue, Z]
      
      
      
- Definition Classes
 - Visitor
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        ne(arg0: AnyRef): Boolean
      
      
      
- Definition Classes
 - AnyRef
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        notify(): Unit
      
      
      
- Definition Classes
 - AnyRef
 - Annotations
 - @native() @HotSpotIntrinsicCandidate()
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        notifyAll(): Unit
      
      
      
- Definition Classes
 - AnyRef
 - Annotations
 - @native() @HotSpotIntrinsicCandidate()
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        synchronized[T0](arg0: ⇒ T0): T0
      
      
      
- Definition Classes
 - AnyRef
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        toString(): String
      
      
      
- Definition Classes
 - AnyRef → Any
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        visitArray(length: Int, i: Int): ArrVisitor[IndexedValue, Arr] { def subVisitor: ujson.IndexedValue.Builder.type }
      
      
      
- Definition Classes
 - Builder → Visitor
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        visitBinary(bytes: Array[Byte], offset: Int, len: Int, index: Int): IndexedValue
      
      
      
- Definition Classes
 - JsVisitor → Visitor
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        visitChar(s: Char, index: Int): IndexedValue
      
      
      
- Definition Classes
 - JsVisitor → Visitor
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        visitExt(tag: Byte, bytes: Array[Byte], offset: Int, len: Int, index: Int): IndexedValue
      
      
      
- Definition Classes
 - JsVisitor → Visitor
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        visitFalse(i: Int): False
      
      
      
- Definition Classes
 - Builder → Visitor
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        visitFloat32(d: Float, index: Int): IndexedValue
      
      
      
- Definition Classes
 - JsVisitor → Visitor
 
 -  def visitFloat64(d: Double, i: Int): NumRaw
 - 
      
      
      
        
      
    
      
        
        def
      
      
        visitFloat64String(s: String, index: Int): IndexedValue
      
      
      
- Definition Classes
 - JsVisitor → Visitor
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        visitFloat64StringParts(s: CharSequence, decIndex: Int, expIndex: Int, i: Int): Num
      
      
      
- Definition Classes
 - Builder → Visitor
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        visitFloat64StringParts(s: CharSequence, decIndex: Int, expIndex: Int): IndexedValue
      
      
      
- Definition Classes
 - JsVisitor
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        visitInt32(i: Int, index: Int): IndexedValue
      
      
      
- Definition Classes
 - JsVisitor → Visitor
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        visitInt64(i: Long, index: Int): IndexedValue
      
      
      
- Definition Classes
 - JsVisitor → Visitor
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        visitNull(i: Int): Null
      
      
      
- Definition Classes
 - Builder → Visitor
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        visitObject(length: Int, i: Int): ObjVisitor[IndexedValue, Obj] { ... /* 2 definitions in type refinement */ }
      
      
      
- Definition Classes
 - Builder → Visitor
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        visitString(s: CharSequence, i: Int): Str
      
      
      
- Definition Classes
 - Builder → Visitor
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        visitTrue(i: Int): True
      
      
      
- Definition Classes
 - Builder → Visitor
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        visitUInt64(i: Long, index: Int): IndexedValue
      
      
      
- Definition Classes
 - JsVisitor → Visitor
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(arg0: Long, arg1: Int): Unit
      
      
      
- Definition Classes
 - AnyRef
 - Annotations
 - @throws( ... )
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(arg0: Long): Unit
      
      
      
- Definition Classes
 - AnyRef
 - Annotations
 - @native() @throws( ... )
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(): Unit
      
      
      
- Definition Classes
 - AnyRef
 - Annotations
 - @throws( ... )