Packages

c

org.opencypher.v9_0.ast

UnresolvedCall

case class UnresolvedCall(procedureNamespace: Namespace, procedureName: ProcedureName, declaredArguments: Option[Seq[Expression]] = None, declaredResult: Option[ProcedureResult] = None)(position: InputPosition) extends CallClause with Product with Serializable

Linear Supertypes
Serializable, Serializable, CallClause, Clause, SemanticCheckable, ASTNode, Rewritable, Foldable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UnresolvedCall
  2. Serializable
  3. Serializable
  4. CallClause
  5. Clause
  6. SemanticCheckable
  7. ASTNode
  8. Rewritable
  9. Foldable
  10. Product
  11. Equals
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new UnresolvedCall(procedureNamespace: Namespace, procedureName: ProcedureName, declaredArguments: Option[Seq[Expression]] = None, declaredResult: Option[ProcedureResult] = None)(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 asCanonicalStringVal: String
    Definition Classes
    ASTNode
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. def containsNoUpdates: Boolean
    Definition Classes
    UnresolvedCallCallClause
  8. val declaredArguments: Option[Seq[Expression]]
  9. val declaredResult: Option[ProcedureResult]
  10. def dup(children: Seq[AnyRef]): UnresolvedCall.this.type
    Definition Classes
    ASTNode → Rewritable
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def name: String
    Definition Classes
    CallClauseClause
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. val position: InputPosition
    Definition Classes
    UnresolvedCall → ASTNode
  20. val procedureName: ProcedureName
  21. val procedureNamespace: Namespace
  22. def returnColumns: List[String]
    Definition Classes
    UnresolvedCallCallClauseClause
  23. def semanticCheck: SemanticCheck
    Definition Classes
    UnresolvedCallSemanticCheckable
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from CallClause

Inherited from Clause

Inherited from SemanticCheckable

Inherited from ASTNode

Inherited from Rewritable

Inherited from Foldable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped