org
.
opencypher
.
v9_0
.
ast
.
semantics
SemanticTable
Related Docs:
object SemanticTable
|
package semantics
class
SemanticTable
extends
Cloneable
Linear Supertypes
Cloneable
,
Cloneable
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
SemanticTable
Cloneable
Cloneable
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
SemanticTable
(
types:
ASTAnnotationMap
[
Expression
,
ExpressionTypeInfo
] =
ASTAnnotationMap.empty
,
recordedScopes:
ASTAnnotationMap
[
ASTNode
,
Scope
] =
ASTAnnotationMap.empty
,
resolvedLabelNames:
Map
[
String
,
LabelId
] =
...
,
resolvedPropertyKeyNames:
Map
[
String
,
PropertyKeyId
] =
...
,
resolvedRelTypeNames:
Map
[
String
,
RelTypeId
] =
...
)
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
def
addNode
(
expr:
Variable
)
:
SemanticTable
def
addRelationship
(
expr:
Variable
)
:
SemanticTable
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
SemanticTable
Definition Classes
SemanticTable
→ AnyRef
def
containsNode
(
expr:
String
)
:
Boolean
def
copy
(
types:
ASTAnnotationMap
[
Expression
,
ExpressionTypeInfo
] =
types
,
recordedScopes:
ASTAnnotationMap
[
ASTNode
,
Scope
] =
recordedScopes
,
resolvedLabelIds:
Map
[
String
,
LabelId
] =
resolvedLabelNames
,
resolvedPropertyKeyNames:
Map
[
String
,
PropertyKeyId
] =
resolvedPropertyKeyNames
,
resolvedRelTypeNames:
Map
[
String
,
RelTypeId
] =
resolvedRelTypeNames
)
:
SemanticTable
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]
)
def
getActualTypeFor
(
expr:
Expression
)
:
TypeSpec
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getTypeFor
(
s:
String
)
:
TypeSpec
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
id
(
resolvedRelTypeName:
RelTypeName
)
:
Option
[
RelTypeId
]
def
id
(
propertyKeyName:
PropertyKeyName
)
:
Option
[
PropertyKeyId
]
def
id
(
labelName:
LabelName
)
:
Option
[
LabelId
]
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
isNode
(
expr:
LogicalVariable
)
:
Boolean
def
isNode
(
expr:
String
)
:
Boolean
def
isNodeCollection
(
expr:
String
)
:
Boolean
def
isRelationship
(
expr:
LogicalVariable
)
:
Boolean
def
isRelationship
(
expr:
String
)
:
Boolean
def
isRelationshipCollection
(
expr:
String
)
:
Boolean
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
val
recordedScopes
:
ASTAnnotationMap
[
ASTNode
,
Scope
]
def
replaceExpressions
(
rewriter:
Rewriter
)
:
SemanticTable
def
replaceNodes
(
replacements: (
ASTNode
,
ASTNode
)*
)
:
SemanticTable
val
resolvedLabelNames
:
Map
[
String
,
LabelId
]
val
resolvedPropertyKeyNames
:
Map
[
String
,
PropertyKeyId
]
val
resolvedRelTypeNames
:
Map
[
String
,
RelTypeId
]
def
seen
(
expression:
Expression
)
:
Boolean
def
symbolDefinition
(
variable:
Variable
)
:
SymbolUse
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
val
types
:
ASTAnnotationMap
[
Expression
,
ExpressionTypeInfo
]
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
Cloneable
Inherited from
Cloneable
Inherited from
AnyRef
Inherited from
Any
Ungrouped