belatuk_symbol_table package
documentation
belatuk_symbol_table
SymbolTable
<
T
>
isRoot property
isRoot
isRoot
property
Null safety
bool
isRoot
Returns
true
if this scope has no parent.
Implementation
bool get isRoot => _parent == null;
belatuk_symbol_table package
documentation
belatuk_symbol_table
SymbolTable
<
T
>
isRoot property
SymbolTable class
Constructors
SymbolTable
Properties
allPublicVariables
allVariables
context
depth
hashCode
isRoot
parent
root
runtimeType
Methods
add
allVariablesOfVisibility
allVariablesWithVisibility
assign
clone
create
createChild
fork
noSuchMethod
put
remove
resolve
resolveOrCreate
toString
uniqueName
Operators
operator ==
operator []
operator []=