Class

org.opencypher.tools.tck.values

CypherValueVisitor

Related Doc: package values

Permalink

case class CypherValueVisitor(orderedLists: Boolean) extends FeatureResultsBaseVisitor[CypherValue] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, FeatureResultsBaseVisitor[CypherValue], FeatureResultsVisitor[CypherValue], AbstractParseTreeVisitor[CypherValue], ParseTreeVisitor[CypherValue], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CypherValueVisitor
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. FeatureResultsBaseVisitor
  7. FeatureResultsVisitor
  8. AbstractParseTreeVisitor
  9. ParseTreeVisitor
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CypherValueVisitor(orderedLists: Boolean)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def aggregateResult(arg0: CypherValue, arg1: CypherValue): CypherValue

    Permalink
    Attributes
    protected[org.antlr.v4.runtime.tree]
    Definition Classes
    AbstractParseTreeVisitor
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def defaultResult(): CypherValue

    Permalink
    Attributes
    protected[org.antlr.v4.runtime.tree]
    Definition Classes
    AbstractParseTreeVisitor
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  14. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  15. val orderedLists: Boolean

    Permalink
  16. def shouldVisitNextChild(arg0: RuleNode, arg1: CypherValue): Boolean

    Permalink
    Attributes
    protected[org.antlr.v4.runtime.tree]
    Definition Classes
    AbstractParseTreeVisitor
  17. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  18. def visit(arg0: ParseTree): CypherValue

    Permalink
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  19. def visitBackwardsRelationship(ctx: BackwardsRelationshipContext): CypherValue

    Permalink
  20. def visitBool(ctx: BoolContext): CypherBoolean

    Permalink
  21. def visitChildren(arg0: RuleNode): CypherValue

    Permalink
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  22. def visitErrorNode(arg0: ErrorNode): CypherValue

    Permalink
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  23. def visitFloatingPoint(ctx: FloatingPointContext): CypherFloat

    Permalink
  24. def visitForwardsRelationship(ctx: ForwardsRelationshipContext): CypherValue

    Permalink
  25. def visitInteger(ctx: IntegerContext): CypherInteger

    Permalink
  26. def visitKeyValuePair(ctx: KeyValuePairContext): CypherProperty

    Permalink
  27. def visitLabel(ctx: LabelContext): CypherValue

    Permalink
  28. def visitLabelName(ctx: LabelNameContext): CypherValue

    Permalink
  29. def visitList(ctx: ListContext): CypherValue

    Permalink
  30. def visitListContents(ctx: ListContentsContext): CypherValue

    Permalink
  31. def visitListElement(ctx: ListElementContext): CypherValue

    Permalink
  32. def visitMap(ctx: MapContext): CypherValue

    Permalink
  33. def visitMapContents(ctx: MapContentsContext): CypherValue

    Permalink
  34. def visitNode(ctx: NodeContext): CypherNode

    Permalink
  35. def visitNodeDesc(ctx: NodeDescContext): CypherNode

    Permalink
  36. def visitNullValue(ctx: NullValueContext): CypherNull.type

    Permalink
  37. def visitPath(ctx: PathContext): CypherPath

    Permalink
  38. def visitPathBody(ctx: PathBodyContext): CypherPath

    Permalink
  39. def visitPathLink(ctx: PathLinkContext): CypherValue

    Permalink
  40. def visitPropertyKey(ctx: PropertyKeyContext): CypherValue

    Permalink
  41. def visitPropertyMap(ctx: PropertyMapContext): CypherPropertyMap

    Permalink
  42. def visitPropertyValue(ctx: PropertyValueContext): CypherValue

    Permalink
  43. def visitRelationship(ctx: RelationshipContext): CypherRelationship

    Permalink
  44. def visitRelationshipDesc(ctx: RelationshipDescContext): CypherRelationship

    Permalink
  45. def visitRelationshipType(ctx: RelationshipTypeContext): CypherValue

    Permalink
  46. def visitRelationshipTypeName(ctx: RelationshipTypeNameContext): CypherValue

    Permalink
  47. def visitString(ctx: StringContext): CypherString

    Permalink
  48. def visitTerminal(arg0: TerminalNode): CypherValue

    Permalink
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  49. def visitValue(ctx: ValueContext): CypherValue

    Permalink
  50. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AbstractParseTreeVisitor[CypherValue]

Inherited from ParseTreeVisitor[CypherValue]

Inherited from AnyRef

Inherited from Any

Ungrouped