belatuk_symbol_table package
documentation
belatuk_symbol_table
SymbolTable
<
T
>
depth property
depth
depth
property
Null safety
int
depth
The depth of this symbol table within the tree. At the root, this is
0
.
Implementation
int get depth => _depth;
belatuk_symbol_table package
documentation
belatuk_symbol_table
SymbolTable
<
T
>
depth 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 []=