Abstract Value Members
-
abstract
def
expression: Expression
-
abstract
def
name: String
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
checkTypes(expression: Expression, signatures: Seq[TypeSignature]): SemanticCheck
-
def
clone(): AnyRef
-
def
declareVariable(v: LogicalVariable, typeGen: TypeGenerator, positions: Set[InputPosition] = Set.empty, overriding: Boolean = false): (SemanticState) ⇒ Either[SemanticError, SemanticState]
-
def
declareVariable(v: LogicalVariable, possibleTypes: TypeSpec): (SemanticState) ⇒ Either[SemanticError, SemanticState]
-
def
dependencies: Set[LogicalVariable]
-
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
-
def
expectType(possibleTypes: ⇒ TypeSpec, expression: Expression, messageGen: (String, String) ⇒ String = DefaultTypeMismatchMessageGenerator): SemanticCheck
-
def
expectType(possibleTypes: ⇒ TypeSpec)(ctx: SemanticContext, expr: Expression): SemanticCheck
-
def
expectType[Exp <: Expression](possibleTypes: TypeSpec, expressions: Traversable[Exp]): SemanticCheck
-
def
expectType(typeGen: TypeGenerator, expression: Expression, messageGen: (String, String) ⇒ String): SemanticCheck
-
def
expectType(possibleTypes: TypeSpec, opt: Option[Expression]): SemanticCheck
-
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
implicitVariable(v: LogicalVariable, possibleType: CypherType): (SemanticState) ⇒ Either[SemanticError, SemanticState]
-
final
def
isInstanceOf[T0]: Boolean
-
def
leastUpperBoundsOfTypes(traversable: TraversableOnce[Expression]): TypeGenerator
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
-
def
possibleTypes(expression: Expression): TypeGenerator
-
-
def
requireCypher10Support(msg: String, position: InputPosition): SemanticCheck
-
def
requireMultigraphSupport(msg: String, position: InputPosition): SemanticCheck
-
-
-
def
semanticCheckFold[A](traversable: Traversable[A])(f: (A) ⇒ SemanticCheck): SemanticCheck
-
def
specifyType(possibleTypes: ⇒ TypeSpec, expression: Expression): (SemanticState) ⇒ Either[SemanticError, SemanticState]
-
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
typeSwitch(expr: Expression)(choice: (TypeSpec) ⇒ SemanticCheck): SemanticCheck
-
def
types(expression: Expression): TypeGenerator
-
def
unionOfTypes(traversable: TraversableOnce[Expression]): TypeGenerator
-
-
def
validNumber(double: DoubleLiteral): Boolean
-
def
validNumber(long: IntegerLiteral): Boolean
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
-
Inherited from AnyRef
Inherited from Any