Rules class

Be ready to add more efficient behaviour in dawolang.

Constructors

Rules()

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

commandRule() → void
Rules for command words.
extra() → void
Some extra rules.
formRule() → void
Form for sentence and word.
handlingWordRule() → void
If word has many parts and so.
incomingRule() → void
Incoming sentence rules.
info() String
Give information about this library.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
unusedWordsRule() → void
If needed special notation of unused words,

Operators

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