CitrusSymbolTable constructor
CitrusSymbolTable([
- CitrusSymbolRoster<
TextSymbol> textSymbolRoster = const CitrusSymbolRoster.constant(), - CitrusSymbolRoster<
TemporarySymbol> temporarySymbolRoster = const CitrusSymbolRoster.constant(), - CitrusSymbolRoster<
TextArraySymbol> textArraySymbolRoster = const CitrusSymbolRoster.constant(), - CitrusSymbolRoster<
FragmentSymbol> fragmentSymbolRoster = const CitrusSymbolRoster.constant(), - CitrusSymbolRoster<
FlagSymbol> flagSymbolRoster = const CitrusSymbolRoster.constant(), - CitrusSymbolRoster<
ObjectSymbol> objectSymbolRoster = const CitrusSymbolRoster.constant(), - CitrusSymbolRoster<
ObjectArraySymbol> objectArraySymbolRoster = const CitrusSymbolRoster.constant(),
Implementation
CitrusSymbolTable([this.textSymbolRoster = const CitrusSymbolRoster.constant(), this.temporarySymbolRoster = const CitrusSymbolRoster.constant(), this.textArraySymbolRoster = const CitrusSymbolRoster.constant(), this.fragmentSymbolRoster = const CitrusSymbolRoster.constant(), this.flagSymbolRoster = const CitrusSymbolRoster.constant(), this.objectSymbolRoster = const CitrusSymbolRoster.constant(), this.objectArraySymbolRoster = const CitrusSymbolRoster.constant()]) {
_validateCitrusSymbolTableExceptionA();
}