Symbol
SymbolOpInterface dataclass
SymbolOpInterface()
Bases: StmtTrait
A trait that indicates that a statement is a symbol operation.
A symbol operation is a statement that has a symbol name attribute.
SymbolTable dataclass
SymbolTable()