org
.
opencypher
.
tools
.
tck
.
parsing
.
generated
FeatureResultsListener
Related Doc:
package generated
trait
FeatureResultsListener
extends
ParseTreeListener
Linear Supertypes
ParseTreeListener
,
AnyRef
,
Any
Known Subclasses
FeatureResultsBaseListener
Ordering
Alphabetic
By Inheritance
Inherited
FeatureResultsListener
ParseTreeListener
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Abstract Value Members
abstract
def
enterBackwardsRelationship
(
ctx:
BackwardsRelationshipContext
)
:
Unit
abstract
def
enterBool
(
ctx:
BoolContext
)
:
Unit
abstract
def
enterEveryRule
(
arg0:
ParserRuleContext
)
:
Unit
Definition Classes
ParseTreeListener
abstract
def
enterFloatingPoint
(
ctx:
FloatingPointContext
)
:
Unit
abstract
def
enterForwardsRelationship
(
ctx:
ForwardsRelationshipContext
)
:
Unit
abstract
def
enterInteger
(
ctx:
IntegerContext
)
:
Unit
abstract
def
enterKeyValuePair
(
ctx:
KeyValuePairContext
)
:
Unit
abstract
def
enterLabel
(
ctx:
LabelContext
)
:
Unit
abstract
def
enterLabelName
(
ctx:
LabelNameContext
)
:
Unit
abstract
def
enterList
(
ctx:
ListContext
)
:
Unit
abstract
def
enterListContents
(
ctx:
ListContentsContext
)
:
Unit
abstract
def
enterListElement
(
ctx:
ListElementContext
)
:
Unit
abstract
def
enterMap
(
ctx:
MapContext
)
:
Unit
abstract
def
enterMapContents
(
ctx:
MapContentsContext
)
:
Unit
abstract
def
enterNode
(
ctx:
NodeContext
)
:
Unit
abstract
def
enterNodeDesc
(
ctx:
NodeDescContext
)
:
Unit
abstract
def
enterNullValue
(
ctx:
NullValueContext
)
:
Unit
abstract
def
enterPath
(
ctx:
PathContext
)
:
Unit
abstract
def
enterPathBody
(
ctx:
PathBodyContext
)
:
Unit
abstract
def
enterPathLink
(
ctx:
PathLinkContext
)
:
Unit
abstract
def
enterPropertyKey
(
ctx:
PropertyKeyContext
)
:
Unit
abstract
def
enterPropertyMap
(
ctx:
PropertyMapContext
)
:
Unit
abstract
def
enterPropertyValue
(
ctx:
PropertyValueContext
)
:
Unit
abstract
def
enterRelationship
(
ctx:
RelationshipContext
)
:
Unit
abstract
def
enterRelationshipDesc
(
ctx:
RelationshipDescContext
)
:
Unit
abstract
def
enterRelationshipType
(
ctx:
RelationshipTypeContext
)
:
Unit
abstract
def
enterRelationshipTypeName
(
ctx:
RelationshipTypeNameContext
)
:
Unit
abstract
def
enterString
(
ctx:
StringContext
)
:
Unit
abstract
def
enterValue
(
ctx:
ValueContext
)
:
Unit
abstract
def
exitBackwardsRelationship
(
ctx:
BackwardsRelationshipContext
)
:
Unit
abstract
def
exitBool
(
ctx:
BoolContext
)
:
Unit
abstract
def
exitEveryRule
(
arg0:
ParserRuleContext
)
:
Unit
Definition Classes
ParseTreeListener
abstract
def
exitFloatingPoint
(
ctx:
FloatingPointContext
)
:
Unit
abstract
def
exitForwardsRelationship
(
ctx:
ForwardsRelationshipContext
)
:
Unit
abstract
def
exitInteger
(
ctx:
IntegerContext
)
:
Unit
abstract
def
exitKeyValuePair
(
ctx:
KeyValuePairContext
)
:
Unit
abstract
def
exitLabel
(
ctx:
LabelContext
)
:
Unit
abstract
def
exitLabelName
(
ctx:
LabelNameContext
)
:
Unit
abstract
def
exitList
(
ctx:
ListContext
)
:
Unit
abstract
def
exitListContents
(
ctx:
ListContentsContext
)
:
Unit
abstract
def
exitListElement
(
ctx:
ListElementContext
)
:
Unit
abstract
def
exitMap
(
ctx:
MapContext
)
:
Unit
abstract
def
exitMapContents
(
ctx:
MapContentsContext
)
:
Unit
abstract
def
exitNode
(
ctx:
NodeContext
)
:
Unit
abstract
def
exitNodeDesc
(
ctx:
NodeDescContext
)
:
Unit
abstract
def
exitNullValue
(
ctx:
NullValueContext
)
:
Unit
abstract
def
exitPath
(
ctx:
PathContext
)
:
Unit
abstract
def
exitPathBody
(
ctx:
PathBodyContext
)
:
Unit
abstract
def
exitPathLink
(
ctx:
PathLinkContext
)
:
Unit
abstract
def
exitPropertyKey
(
ctx:
PropertyKeyContext
)
:
Unit
abstract
def
exitPropertyMap
(
ctx:
PropertyMapContext
)
:
Unit
abstract
def
exitPropertyValue
(
ctx:
PropertyValueContext
)
:
Unit
abstract
def
exitRelationship
(
ctx:
RelationshipContext
)
:
Unit
abstract
def
exitRelationshipDesc
(
ctx:
RelationshipDescContext
)
:
Unit
abstract
def
exitRelationshipType
(
ctx:
RelationshipTypeContext
)
:
Unit
abstract
def
exitRelationshipTypeName
(
ctx:
RelationshipTypeNameContext
)
:
Unit
abstract
def
exitString
(
ctx:
StringContext
)
:
Unit
abstract
def
exitValue
(
ctx:
ValueContext
)
:
Unit
abstract
def
visitErrorNode
(
arg0:
ErrorNode
)
:
Unit
Definition Classes
ParseTreeListener
abstract
def
visitTerminal
(
arg0:
TerminalNode
)
:
Unit
Definition Classes
ParseTreeListener
Concrete Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
ParseTreeListener
Inherited from
AnyRef
Inherited from
Any
Ungrouped