Enum SymbolKind
Symbol table entry kinds used by the parser and compiler.
public enum SymbolKind
Fields
Constant = 0A constant declaration.
Procedure = 2A procedure declaration.
Variable = 1A variable declaration.
Symbol table entry kinds used by the parser and compiler.
public enum SymbolKind
Constant = 0A constant declaration.
Procedure = 2A procedure declaration.
Variable = 1A variable declaration.