GrSymbol

A class that contains debug information, should always be overridden

Members

Enums

Type
enum Type

Type of symbol

Functions

deserialize
void deserialize(ubyte[] buffer)

Deserialize the symbol from the bytecode

prettify
string prettify()

Stringify the debug information

serialize
void serialize(Appender!(ubyte[]) )

Serialize the symbol into the bytecode

Variables

type
Type type;

Type of symbol

Meta