svoid tok_settableFields(LS tok) { new Tok_SettableFields().run(tok); new Tok_SettableWithChangeFields().run(tok); new Tok_SettableWithVar().run(tok); tok_gettableFields(tok); }