Object/Class

org.bblfsh.client.v2

BblfshClient

Related Docs: class BblfshClient | package v2

Permalink

object BblfshClient

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BblfshClient
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class ResponseMethods extends AnyRef

    Permalink

    Enables API: resp.get()

  2. implicit class UastMethods extends AnyRef

    Permalink

    Enables API: resp.uast.decode()

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val DEFAULT_MAX_MSG_SIZE: Int

    Permalink
  5. val LevelOrder: Int

    Permalink
  6. val PositionOrder: Int

    Permalink
  7. val PostOrder: Int

    Permalink
  8. val PreOrder: Int

    Permalink
  9. def apply(host: String, port: Int, maxMsgSize: Int = DEFAULT_MAX_MSG_SIZE): BblfshClient

    Permalink
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def decode(buf: ByteBuffer): ContextExt

    Permalink

    Decodes bytes from wired format of bblfsh protocol.v2.

    Decodes bytes from wired format of bblfsh protocol.v2. Requires a buffer in Direct mode.

    Since v2.

  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. def filter(node: JNode, query: String): UastIter

    Permalink

    Factory method for iterator over an managed node, filtered by XPath query

  16. def filter(node: NodeExt, query: String): UastIterExt

    Permalink

    Factory method for iterator over an native node, filtered by XPath query

  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def iterator(node: JNode, treeOrder: Int): UastIter

    Permalink

    Factory method for iterator over an managed node

  22. def iterator(node: NodeExt, treeOrder: Int): UastIterExt

    Permalink

    Factory method for iterator over an external/native node

  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped