case class RelationshipChain(element: PatternElement, relationship: RelationshipPattern, rightNode: NodePattern)(position: InputPosition) extends PatternElement with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RelationshipChain
- Serializable
- Serializable
- PatternElement
- ASTNode
- Rewritable
- Foldable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new RelationshipChain(element: PatternElement, relationship: RelationshipPattern, rightNode: NodePattern)(position: InputPosition)
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
-
def
allVariables: Set[LogicalVariable]
- Definition Classes
- RelationshipChain → PatternElement
-
def
asCanonicalStringVal: String
- Definition Classes
- ASTNode
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
dup(children: Seq[AnyRef]): RelationshipChain.this.type
- Definition Classes
- ASTNode → Rewritable
- val element: PatternElement
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isSingleNode: Boolean
- Definition Classes
- PatternElement
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
val
position: InputPosition
- Definition Classes
- RelationshipChain → ASTNode
- val relationship: RelationshipPattern
- val rightNode: NodePattern
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
variable: Option[LogicalVariable]
- Definition Classes
- RelationshipChain → PatternElement
-
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( ... )