Properties
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Properties.type
Members list
Value members
Concrete fields
Identifier which uniquely describes a CLOSURE_BINDING. This property is used to match captured LOCAL nodes with the corresponding CLOSURE_BINDING nodes
Identifier which uniquely describes a CLOSURE_BINDING. This property is used to match captured LOCAL nodes with the corresponding CLOSURE_BINDING nodes
Attributes
Deprecated. Create an explict REF edge instead. Formerly the original name of the (potentially mangled) captured variable
Deprecated. Create an explict REF edge instead. Formerly the original name of the (potentially mangled) captured variable
Attributes
For formal method input parameters, output parameters, and return parameters, this field holds the evaluation strategy, which is one of the following: 1) BY_REFERENCE
indicates that the parameter is passed by reference, 2) BY_VALUE
indicates that it is passed by value, that is, a copy is made, 3) BY_SHARING
the parameter is a pointer/reference and it is shared with the caller/callee. While a copy of the pointer is made, a copy of the object that it points to is not made.
For formal method input parameters, output parameters, and return parameters, this field holds the evaluation strategy, which is one of the following: 1) BY_REFERENCE
indicates that the parameter is passed by reference, 2) BY_VALUE
indicates that it is passed by value, that is, a copy is made, 3) BY_SHARING
the parameter is a pointer/reference and it is shared with the caller/callee. While a copy of the pointer is made, a copy of the object that it points to is not made.