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 BblfshClientMethods extends AnyRef

    Permalink

    Enables API: client.filter and client.iterator for client an instance of BblfshClient

  2. implicit class ResponseMethods extends AnyRef

    Permalink

    Enables API: resp.get()

  3. 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 AnyOrder: Int

    Permalink
  5. val ChildrenOrder: Int

    Permalink
  6. val DEFAULT_MAX_MSG_SIZE: Int

    Permalink
  7. val LevelOrder: Int

    Permalink
  8. val PositionOrder: Int

    Permalink
  9. val PostOrder: Int

    Permalink
  10. val PreOrder: Int

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

    Permalink
  12. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. 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.

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

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

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

    Permalink

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

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

    Permalink

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

  19. def finalize(): Unit

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

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

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

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

    Permalink

    Factory method for iterator over an managed node

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

    Permalink

    Factory method for iterator over an external/native node

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

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

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

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

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped