BaseStruct class abstract

Other buffer-classes are not yet in use.

Implementers

Constructors

BaseStruct()

Properties

buf StringBuffer
getter/setter pair
clause String
getter/setter pair
emblem String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
indent String
getter/setter pair
info String
getter/setter pair
master String
getter/setter pair
motto String
getter/setter pair
name String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
say Map<String, String>
getter/setter pair
seal String
devNote: PLAN: Two fields for to better shape outPut stuff in console.
getter/setter pair
st Map<String, bool>
4 var to control connectors state, working-condition-state values. DONE: This is now a map.
getter/setter pair

Methods

build(String _emblem, String _master) → void
Method for setting class in working condition.
done() → void
Close method.
init() → void
Method for setting class field values. TODO add parameters
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
roll() → void
#run-like method, it my have sub-methods; do, run.
show(String action) → void
Presentation method.
toString() String
A string representation of this object.
inherited

Operators

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