Packages

class InvalidNodePattern extends NodePattern

Linear Supertypes
NodePattern, Serializable, Serializable, PatternElement, ASTNode, Rewritable, Foldable, Product, scala.Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InvalidNodePattern
  2. NodePattern
  3. Serializable
  4. Serializable
  5. PatternElement
  6. ASTNode
  7. Rewritable
  8. Foldable
  9. Product
  10. Equals
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new InvalidNodePattern(id: LogicalVariable)(position: InputPosition)

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. def allVariables: Set[LogicalVariable]
    Definition Classes
    InvalidNodePatternNodePatternPatternElement
  5. def asCanonicalStringVal: String
    Definition Classes
    ASTNode
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val baseNode: Option[LogicalVariable]
    Definition Classes
    NodePattern
  8. def canEqual(other: Any): Boolean
    Definition Classes
    InvalidNodePatternNodePattern → Equals
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  10. def dup(children: Seq[AnyRef]): InvalidNodePattern.this.type
    Definition Classes
    ASTNode → Rewritable
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(other: Any): Boolean
    Definition Classes
    InvalidNodePatternNodePattern → Equals → AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    InvalidNodePatternNodePattern → AnyRef → Any
  16. val id: LogicalVariable
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def isSingleNode: Boolean
    Definition Classes
    NodePatternPatternElement
  19. val labels: Seq[LabelName]
    Definition Classes
    NodePattern
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. val position: InputPosition
    Definition Classes
    NodePattern → ASTNode
  24. val properties: Option[Expression]
    Definition Classes
    NodePattern
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. val variable: Option[LogicalVariable]
    Definition Classes
    NodePatternPatternElement
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from NodePattern

Inherited from Serializable

Inherited from Serializable

Inherited from PatternElement

Inherited from ASTNode

Inherited from Rewritable

Inherited from Foldable

Inherited from Product

Inherited from scala.Equals

Inherited from AnyRef

Inherited from Any

Ungrouped