object NodeUtils
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NodeUtils
- 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 asList[T, P](expressions: Seq[Expression], context: WalkerContext[T, P]): GremlinSteps[T, P]
- def asUniqueName[T, P](name: String, g: GremlinSteps[T, P], context: WalkerContext[T, P]): GremlinSteps[T, P]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def emptyToNull[T, P](traversal: GremlinSteps[T, P], context: WalkerContext[T, P]): GremlinSteps[T, P]
- def ensureFirstStatement[T, P](traversal: GremlinSteps[T, P], context: WalkerContext[T, P]): Unit
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def expressionValue[T, P](node: Expression, context: WalkerContext[T, P]): AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def flattenRelationshipChain(node: ASTNode): Vector[ASTNode]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getPathTraversalAliases(patternElement: PatternElement): Vector[String]
- def getPathTraversalAliases(patternPart: PatternPart): Vector[String]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def inlineExpressionValue[T, P, R <: AnyRef](node: Expression, context: WalkerContext[T, P], klass: Class[R]): R
- def inlineExpressionValue[T, P](node: Expression, context: WalkerContext[T, P]): AnyRef
- def inlineFunction(name: String, arg: Option[AnyRef]): Option[AnyRef]
- def isElement[T, P](expression: Expression, context: WalkerContext[T, P]): Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def notNull[T, P](traversal: GremlinSteps[T, P], context: WalkerContext[T, P]): GremlinSteps[T, P]
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def qualifiedType[T, P](expression: Expression, context: WalkerContext[T, P]): Seq[CypherType]
- def reselectProjection[T, P](items: Seq[LogicalVariable], context: WalkerContext[T, P]): GremlinSteps[T, P]
- def runtimeValidation[T, P](throwIfTrue: GremlinSteps[T, P], exception: CypherExceptions, context: WalkerContext[T, P]): GremlinSteps[T, P]
- def selectNestedAliases[T, P](keys: Seq[String], context: WalkerContext[T, P]): GremlinSteps[T, P]
- def setProperty[T, P](traversal: GremlinSteps[T, P], cypherType: CypherType, key: String, value: GremlinSteps[T, P]): GremlinSteps[T, P]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def toListLiteral(obj: Iterable[_]): ListLiteral
- def toLiteral(obj: Any): Literal
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def traversalValueOption[T, P](value: Any, context: WalkerContext[T, P], parameterHandler: (String) ⇒ AnyRef): Option[AnyRef]
- def traversalValueToJava[T, P](value: Any, context: WalkerContext[T, P], parameterHandler: (String) ⇒ AnyRef): AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
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( ... )