pub struct CompiledNode { /* private fields */ }
Expand description

Compiled node result.

Implementations§

Get the type of node

Get the return value type.

Get the data of the node, if any.

Get the string data of the node, if any.

Get the string data of the node, if any, as a null terminated C string.

Get the next node index, if any.

Get the index value, if any.

Get the file index of the node, starting at 0.

This corresponds to CompiledScriptData::get_files.

Get the line index of the node, starting at 1.

Get the column index of the node, starting at 1.

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.