Dictionary class

Mixed in types

Constructors

Dictionary({int? address})

Properties

entryBytes int
Gets the number of entry bytes (length) that should be used to scan for entries.
no setter
entryCharacterLimit int
Gets the character limit (length) that should be used to scan for entries.
no setter
hashCode int
The hash code for this object.
no setterinherited
isInitialized bool
Gets a boolean indicated whether this Dictionary instance is initialized. Dictionary objects should never be initialized more than once.
no setter
log Logger
Gets the log for output.
no setterinherited
logName String
Sets the logger and name for this Loggable mixin instance.
no getterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textBufferOffset int
no setter
totalEntries int
Gets the total number of Dictionary entries.
no setter

Methods

dump() String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parse(List<String> tokenizedWords, String inputTextbuffer) List<int>
Parses the tokenizedWords and looks for matches in this Dictionary. inputTextBuffer is supplied by op codes that receive
tokenize(String line) List<String>
Returns a list of words from line that is separated by space or game defined separators.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited