Packages

object NodeUtils

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def asList[T, P](expressions: Seq[Expression], context: WalkerContext[T, P]): GremlinSteps[T, P]
  6. def asUniqueName[T, P](name: String, g: GremlinSteps[T, P], context: WalkerContext[T, P]): GremlinSteps[T, P]
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. def emptyToNull[T, P](traversal: GremlinSteps[T, P], context: WalkerContext[T, P]): GremlinSteps[T, P]
  9. def ensureFirstStatement[T, P](traversal: GremlinSteps[T, P], context: WalkerContext[T, P]): Unit
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def expressionValue[T, P](node: Expression, context: WalkerContext[T, P]): AnyRef
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def flattenRelationshipChain(node: ASTNode): Vector[ASTNode]
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def getPathTraversalAliases(patternElement: PatternElement): Vector[String]
  17. def getPathTraversalAliases(patternPart: PatternPart): Vector[String]
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def inlineExpressionValue[T, P, R <: AnyRef](node: Expression, context: WalkerContext[T, P], klass: Class[R]): R
  20. def inlineExpressionValue[T, P](node: Expression, context: WalkerContext[T, P]): AnyRef
  21. def inlineFunction(name: String, arg: Option[AnyRef]): Option[AnyRef]
  22. def isElement[T, P](expression: Expression, context: WalkerContext[T, P]): Boolean
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def notNull[T, P](traversal: GremlinSteps[T, P], context: WalkerContext[T, P]): GremlinSteps[T, P]
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. def qualifiedType[T, P](expression: Expression, context: WalkerContext[T, P]): Seq[CypherType]
  29. def reselectProjection[T, P](items: Seq[LogicalVariable], context: WalkerContext[T, P]): GremlinSteps[T, P]
  30. def runtimeValidation[T, P](throwIfTrue: GremlinSteps[T, P], exception: CypherExceptions, context: WalkerContext[T, P]): GremlinSteps[T, P]
  31. def selectNestedAliases[T, P](keys: Seq[String], context: WalkerContext[T, P]): GremlinSteps[T, P]
  32. def setProperty[T, P](traversal: GremlinSteps[T, P], cypherType: CypherType, key: String, value: GremlinSteps[T, P]): GremlinSteps[T, P]
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toListLiteral(obj: Iterable[_]): ListLiteral
  35. def toLiteral(obj: Any): Literal
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. def traversalValueOption[T, P](value: Any, context: WalkerContext[T, P], parameterHandler: (String) ⇒ AnyRef): Option[AnyRef]
  38. def traversalValueToJava[T, P](value: Any, context: WalkerContext[T, P], parameterHandler: (String) ⇒ AnyRef): AnyRef
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped