Optional
value: ValueGet the original line of code in the source file.
All values in one node share the same code.
The original
Get the id of the vertex in the graph database this value represents.
Internal
The syntax component identifier, i.e. ArkAssignStmt.
The identifier.
Get the node in the graph database this value is associated with.
Value only represents the AST of the node in the database, use this
method to get the complete node, see CodeNode | CodeNode
for
more information.
FIXME: All values should be associated with CodeNode
, so no type check is
performed here.
The complete node in the graph database this value is associated with.
Values that cannot be parsed from AST will be marked as unsupported.
Usually, only InvalidValue
should be marked as unsupported.
Whether this value is supported by the current implementation.
By default, the value has an invalid type, see InvalidType
.
The type of this value.
Get the return value.
The return value, or undefined if there is no return value.
Protected
elementsImplement this method to return all children of this value.
Check if the return statement has a return value.
true
if the return statement has a value, false
otherwise.
This method is used to get the stream representation of this value.
It depends on the implementation of the elements
method.
See Stream
for stream operations.
A stream of values.
Return statement with an optional return value.