HasBase
Specifies that a certain node has a base on which it executes an operation.
Inheritors
Properties
Link copied to clipboard
The base. If there is no actual base, it can be null.
Link copied to clipboard
Location of the finding in source code.
Link copied to clipboard
The operator that is used to access the base. Usually either .
or ->
, but some languages offer additional operator codes. If the base is null, the operatorCode should also be null.