Trait

org.opencypher.tools.tck.parsing.generated

FeatureResultsListener

Related Doc: package generated

Permalink

trait FeatureResultsListener extends ParseTreeListener

Linear Supertypes
ParseTreeListener, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FeatureResultsListener
  2. ParseTreeListener
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def enterBackwardsRelationship(ctx: BackwardsRelationshipContext): Unit

    Permalink
  2. abstract def enterBool(ctx: BoolContext): Unit

    Permalink
  3. abstract def enterEveryRule(arg0: ParserRuleContext): Unit

    Permalink
    Definition Classes
    ParseTreeListener
  4. abstract def enterFloatingPoint(ctx: FloatingPointContext): Unit

    Permalink
  5. abstract def enterForwardsRelationship(ctx: ForwardsRelationshipContext): Unit

    Permalink
  6. abstract def enterInteger(ctx: IntegerContext): Unit

    Permalink
  7. abstract def enterKeyValuePair(ctx: KeyValuePairContext): Unit

    Permalink
  8. abstract def enterLabel(ctx: LabelContext): Unit

    Permalink
  9. abstract def enterLabelName(ctx: LabelNameContext): Unit

    Permalink
  10. abstract def enterList(ctx: ListContext): Unit

    Permalink
  11. abstract def enterListContents(ctx: ListContentsContext): Unit

    Permalink
  12. abstract def enterListElement(ctx: ListElementContext): Unit

    Permalink
  13. abstract def enterMap(ctx: MapContext): Unit

    Permalink
  14. abstract def enterMapContents(ctx: MapContentsContext): Unit

    Permalink
  15. abstract def enterNode(ctx: NodeContext): Unit

    Permalink
  16. abstract def enterNodeDesc(ctx: NodeDescContext): Unit

    Permalink
  17. abstract def enterNullValue(ctx: NullValueContext): Unit

    Permalink
  18. abstract def enterPath(ctx: PathContext): Unit

    Permalink
  19. abstract def enterPathBody(ctx: PathBodyContext): Unit

    Permalink
  20. abstract def enterPathLink(ctx: PathLinkContext): Unit

    Permalink
  21. abstract def enterPropertyKey(ctx: PropertyKeyContext): Unit

    Permalink
  22. abstract def enterPropertyMap(ctx: PropertyMapContext): Unit

    Permalink
  23. abstract def enterPropertyValue(ctx: PropertyValueContext): Unit

    Permalink
  24. abstract def enterRelationship(ctx: RelationshipContext): Unit

    Permalink
  25. abstract def enterRelationshipDesc(ctx: RelationshipDescContext): Unit

    Permalink
  26. abstract def enterRelationshipType(ctx: RelationshipTypeContext): Unit

    Permalink
  27. abstract def enterRelationshipTypeName(ctx: RelationshipTypeNameContext): Unit

    Permalink
  28. abstract def enterString(ctx: StringContext): Unit

    Permalink
  29. abstract def enterValue(ctx: ValueContext): Unit

    Permalink
  30. abstract def exitBackwardsRelationship(ctx: BackwardsRelationshipContext): Unit

    Permalink
  31. abstract def exitBool(ctx: BoolContext): Unit

    Permalink
  32. abstract def exitEveryRule(arg0: ParserRuleContext): Unit

    Permalink
    Definition Classes
    ParseTreeListener
  33. abstract def exitFloatingPoint(ctx: FloatingPointContext): Unit

    Permalink
  34. abstract def exitForwardsRelationship(ctx: ForwardsRelationshipContext): Unit

    Permalink
  35. abstract def exitInteger(ctx: IntegerContext): Unit

    Permalink
  36. abstract def exitKeyValuePair(ctx: KeyValuePairContext): Unit

    Permalink
  37. abstract def exitLabel(ctx: LabelContext): Unit

    Permalink
  38. abstract def exitLabelName(ctx: LabelNameContext): Unit

    Permalink
  39. abstract def exitList(ctx: ListContext): Unit

    Permalink
  40. abstract def exitListContents(ctx: ListContentsContext): Unit

    Permalink
  41. abstract def exitListElement(ctx: ListElementContext): Unit

    Permalink
  42. abstract def exitMap(ctx: MapContext): Unit

    Permalink
  43. abstract def exitMapContents(ctx: MapContentsContext): Unit

    Permalink
  44. abstract def exitNode(ctx: NodeContext): Unit

    Permalink
  45. abstract def exitNodeDesc(ctx: NodeDescContext): Unit

    Permalink
  46. abstract def exitNullValue(ctx: NullValueContext): Unit

    Permalink
  47. abstract def exitPath(ctx: PathContext): Unit

    Permalink
  48. abstract def exitPathBody(ctx: PathBodyContext): Unit

    Permalink
  49. abstract def exitPathLink(ctx: PathLinkContext): Unit

    Permalink
  50. abstract def exitPropertyKey(ctx: PropertyKeyContext): Unit

    Permalink
  51. abstract def exitPropertyMap(ctx: PropertyMapContext): Unit

    Permalink
  52. abstract def exitPropertyValue(ctx: PropertyValueContext): Unit

    Permalink
  53. abstract def exitRelationship(ctx: RelationshipContext): Unit

    Permalink
  54. abstract def exitRelationshipDesc(ctx: RelationshipDescContext): Unit

    Permalink
  55. abstract def exitRelationshipType(ctx: RelationshipTypeContext): Unit

    Permalink
  56. abstract def exitRelationshipTypeName(ctx: RelationshipTypeNameContext): Unit

    Permalink
  57. abstract def exitString(ctx: StringContext): Unit

    Permalink
  58. abstract def exitValue(ctx: ValueContext): Unit

    Permalink
  59. abstract def visitErrorNode(arg0: ErrorNode): Unit

    Permalink
    Definition Classes
    ParseTreeListener
  60. abstract def visitTerminal(arg0: TerminalNode): Unit

    Permalink
    Definition Classes
    ParseTreeListener

Concrete 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. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  10. def hashCode(): Int

    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. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  16. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def wait(): Unit

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

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

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

Inherited from ParseTreeListener

Inherited from AnyRef

Inherited from Any

Ungrouped