Analyzer class

Finds words that are in lexicon word list.

Constructors

Analyzer()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

analyzeStrS(String _anStr, List<String> _wordList) String
Analyze long String that can contain many #command #word's. TODO change word: _wordList TO _wordBank
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
weightString(String _aS, List<String> _wordList) String
Same as above, but with no prints.

Operators

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