LexiconBase class

First of many lexicons, that keep words and commands of dawolang.

Constructors

LexiconBase()

Properties

commandM Map<String, String>
TODO Do dartdoc allow comments after code? // like this. Most important are: Command. Data, Human, Resource Map that eventually keeps all dawolang group and word data.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wordList List<String>
Simple list of used words.
getter/setter pair

Methods

build(String caller) → void
Would not like #dartformat to spoil this layout. lol ?, # Have special meanings here.
flowC(String msg, bool p) → void
Pasting flowC method and flowS function from dawo. Calling print/print-to-buffer function from base_lib. Getting local variables; Actor and Buffer right. Changing to use local -
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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