getSymbolType method

int getSymbolType(
  1. Token symbol
)

Implementation

int getSymbolType(Token symbol) {
  return symbol.type;
}