Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Declarationtrait CfgNodetrait AstNodetrait StoredNodetrait Producttrait Equalstrait MethodParameterInBasetrait DeclarationBasetrait CfgNodeBasetrait AstNodeBasetrait AbstractNodetrait StaticType[AnyRef]class NodeRef[MethodParameterInDb]class Nodetrait NodeOrDetachedNodeclass Elementclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Traverse to ANNOTATION via AST OUT edge.
Traverse to ANNOTATION via AST OUT edge.
Attributes
Attributes
- Definition Classes
Attributes
- Definition Classes
Traverse to CALL via REACHING_DEF OUT edge.
Traverse to CALL via REACHING_DEF OUT edge.
Attributes
Attributes
- Definition Classes
Attributes
- Definition Classes
Traverse to CLOSURE_BINDING via CAPTURED_BY OUT edge.
Traverse to CLOSURE_BINDING via CAPTURED_BY OUT edge.
Attributes
Traverse to CLOSURE_BINDING via REF IN edge.
Traverse to CLOSURE_BINDING via REF IN edge.
Attributes
Attributes
- Definition Classes
Traverse to IDENTIFIER via REACHING_DEF OUT edge.
Traverse to IDENTIFIER via REACHING_DEF OUT edge.
Attributes
Traverse to LITERAL via REACHING_DEF OUT edge.
Traverse to LITERAL via REACHING_DEF OUT edge.
Attributes
Traverse to METHOD_PARAMETER_OUT via REACHING_DEF OUT edge.
Traverse to METHOD_PARAMETER_OUT via REACHING_DEF OUT edge.
Attributes
Traverse to METHOD_REF via REACHING_DEF OUT edge.
Traverse to METHOD_REF via REACHING_DEF OUT edge.
Attributes
Traverse to METHOD via REACHING_DEF IN edge.
Traverse to METHOD via REACHING_DEF IN edge.
Attributes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Traverse to RETURN via REACHING_DEF OUT edge.
Traverse to RETURN via REACHING_DEF OUT edge.
Attributes
Traverse to TAG via TAGGED_BY OUT edge.
Traverse to TAG via TAGGED_BY OUT edge.
Attributes
Attributes
- Definition Classes
Traverse to TYPE_REF via REACHING_DEF OUT edge.
Traverse to TYPE_REF via REACHING_DEF OUT edge.
Attributes
Traverse to UNKNOWN via AST OUT edge.
Traverse to UNKNOWN via AST OUT edge.
Attributes
Traverse to corresponding formal output parameter
Traverse to corresponding formal output parameter
Attributes
Attributes
- Definition Classes
-
Equals
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
-
AbstractNode -> Element
Attributes
- Definition Classes
Traverse to method associated with this formal parameter
Traverse to method associated with this formal parameter
Attributes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
-
Product
Attributes
- Definition Classes
-
Product
Attributes
- Definition Classes
-
Product
Attributes
- Definition Classes
-
Product
Attributes
- Definition Classes
-
Element
Places (identifier) where this parameter is being referenced
Places (identifier) where this parameter is being referenced
Attributes
Attributes
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- StoredNode
Attributes
- Inherited from:
- StoredNode
Attributes
- Inherited from:
- StoredNode
Attributes
- Inherited from:
- StoredNode
Traverse to AST_NODE via CFG IN edge.
Attributes
- Inherited from:
- StoredNode
Attributes
- Inherited from:
- StoredNode
Attributes
- Inherited from:
- StoredNode
Attributes
- Inherited from:
- StoredNode
Traverse to BLOCK via CFG IN edge.
Attributes
- Inherited from:
- StoredNode
Attributes
- Inherited from:
- StoredNode
Traverse to CALL_REPR via CFG IN edge.
Traverse to CALL via CFG IN edge.
Attributes
- Inherited from:
- StoredNode
Attributes
- Inherited from:
- StoredNode
Attributes
- Inherited from:
- StoredNode
Attributes
- Inherited from:
- StoredNode
Attributes
- Inherited from:
- StoredNode
Traverse to CFG_NODE via CFG IN edge.
Attributes
- Inherited from:
- StoredNode
Attributes
- Inherited from:
- StoredNode
Attributes
- Inherited from:
- StoredNode
Attributes
- Inherited from:
- StoredNode
Attributes
- Inherited from:
- StoredNode
Traverse to CONTROL_STRUCTURE via CFG IN edge.
Traverse to DECLARATION via CFG IN edge.
Attributes
- Inherited from:
- StoredNode
Attributes
- Inherited from:
- StoredNode
Attributes
- Inherited from:
- StoredNode
Traverse to EXPRESSION via CFG IN edge.
Traverse to FIELD_IDENTIFIER via CFG IN edge.
Traverse to IDENTIFIER via CFG IN edge.
Attributes
- Inherited from:
- StoredNode
Attributes
- Inherited from:
- StoredNode
Attributes
- Inherited from:
- StoredNode
Attributes
- Inherited from:
- StoredNode
Attributes
- Inherited from:
- StoredNode
Attributes
- Inherited from:
- StoredNode
Traverse to JUMP_TARGET via CFG IN edge.
Traverse to LITERAL via CFG IN edge.
Traverse to METHOD_REF via CFG IN edge.
Traverse to METHOD via CFG IN edge.
Attributes
- Inherited from:
- StoredNode
Attributes
- Inherited from:
- StoredNode
Attributes
- Inherited from:
- StoredNode
Attributes
- Inherited from:
- StoredNode
Attributes
- Inherited from:
- StoredNode
Attributes
- Inherited from:
- StoredNode
Attributes
- Inherited from:
- StoredNode
Attributes
- Inherited from:
- StoredNode
Attributes
- Inherited from:
- StoredNode
Traverse to TYPE_REF via CFG IN edge.
Traverse to UNKNOWN via CFG IN edge.
Attributes
- Inherited from:
- MethodParameterInBase
Attributes
- Inherited from:
- NodeRef
Attributes
- Inherited from:
- NodeRef
Attributes
- Inherited from:
- NodeRef
Attributes
- Inherited from:
- NodeRef
Compares the receiver object (this
) with the argument object (that
) for equivalence.
Compares the receiver object (this
) with the argument object (that
) for equivalence.
Any implementation of this method should be an equivalence relation:
- It is reflexive: for any instance
x
of typeAny
,x.equals(x)
should returntrue
. - It is symmetric: for any instances
x
andy
of typeAny
,x.equals(y)
should returntrue
if and only ify.equals(x)
returnstrue
. - It is transitive: for any instances
x
,y
, andz
of typeAny
ifx.equals(y)
returnstrue
andy.equals(z)
returnstrue
, thenx.equals(z)
should returntrue
.
If you override this method, you should verify that your implementation remains an equivalence relation. Additionally, when overriding this method it is usually necessary to override hashCode
to ensure that objects which are "equal" (o1.equals(o2)
returns true
) hash to the same scala.Int. (o1.hashCode.equals(o2.hashCode)
).
Value parameters
- that
-
the object to compare against this object for equality.
Attributes
- Returns
-
true
if the receiver object is equivalent to the argument;false
otherwise. - Inherited from:
- NodeRef
Attributes
- Inherited from:
- NodeRef
Attributes
- Inherited from:
- NodeRef
Attributes
- Inherited from:
- NodeRef
Calculates a hash code value for the object.
Calculates a hash code value for the object.
The default hashing algorithm is platform dependent.
Note that it is allowed for two objects to have identical hash codes (o1.hashCode.equals(o2.hashCode)
) yet not be equal (o1.equals(o2)
returns false
). A degenerate implementation could always return 0
. However, it is required that if two objects are equal (o1.equals(o2)
returns true
) that they have identical hash codes (o1.hashCode.equals(o2.hashCode)
). Therefore, when overriding this method, be sure to verify that the behavior is consistent with the equals
method.
Attributes
- Returns
-
the hash code value for this object.
- Inherited from:
- NodeRef
Attributes
- Inherited from:
- NodeRef
Attributes
- Inherited from:
- NodeRef
Attributes
- Inherited from:
- NodeRef
Attributes
- Inherited from:
- NodeRef
Attributes
- Inherited from:
- NodeRef
Attributes
- Inherited from:
- NodeRef
Attributes
- Inherited from:
- NodeRef
Attributes
- Inherited from:
- NodeRef
Attributes
- Inherited from:
- NodeRef
Attributes
- Inherited from:
- NodeRef
Attributes
- Inherited from:
- NodeRef
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- NodeRef
Attributes
- Inherited from:
- Element
Attributes
- Inherited from:
- Element
Attributes
- Inherited from:
- NodeRef
Attributes
- Inherited from:
- NodeRef
Attributes
- Inherited from:
- NodeRef
Attributes
- Inherited from:
- NodeRef
Attributes
- Inherited from:
- NodeRef
Attributes
- Inherited from:
- NodeRef
Attributes
- Inherited from:
- StoredNode
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Inherited from:
- NodeRef
Attributes
- Inherited from:
- StoredNode
Deprecated and Inherited methods
Attributes
- Deprecated
- true
- Inherited from:
- Node
Attributes
- Deprecated
- true
- Inherited from:
- Node
Attributes
- Deprecated
- true
- Inherited from:
- Node
Attributes
- Deprecated
- true
- Inherited from:
- Node
Attributes
- Deprecated
- true
- Inherited from:
- Element
Attributes
- Deprecated
- true
- Inherited from:
- Element
Attributes
- Deprecated
- true
- Inherited from:
- Element
Attributes
- Deprecated
- true
- Inherited from:
- Element
Attributes
- Deprecated
- true
- Inherited from:
- Element