Boolean value of the constant.
Get 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.
Integer value of the constant.
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.
Float value of the constant.
This is the same as getValue | getValue
.
String value of the constant.
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 value of the constant.
The value.
Protected
elementsImplement this method to return all children of this value.
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.
All constant values in the program.
The value of the constant is stored as a string, you can call specific functions to convert it to the desired type. Before accessing the value with concrete type, you may want to use
getType()
to check the type of the constant.