Class that represents subscription expression literals. More...

Detailed Description

Class that represents subscription expression literals.

Member Function Documentation

◆ getKind()

Kind of a literal.

Returns
literal kind

◆ getRStringValue()

String value of a literal.

Precondition
getKind() == RString
Returns
string value
Exceptions

◆ getInt64Value()

Integer value of a literal.

Precondition
getKind() == Int64
Returns
integer value
Exceptions

◆ getFloat64Value()

Float value of a literal.

Precondition
getKind() == Float64
Returns
float value
Exceptions

The documentation for this class was generated from the following file: