public final class SymbolTable extends HashMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
SymbolTable() |
SymbolTable(SymbolTable p) |
Modifier and Type | Method and Description |
---|---|
void |
append(String name,
Declarator value) |
SymbolTable |
getParent() |
Declarator |
lookup(String name) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
equals, hashCode, toString
public SymbolTable()
public SymbolTable(SymbolTable p)
public SymbolTable getParent()
public Declarator lookup(String name)
public void append(String name, Declarator value)
Copyright © 2019. All rights reserved.