reset-class ( class -- )
Factor handbook » The language » Objects » Classes » Class predicate words

Prev:predicate? ( object -- ? )
Next:forget-class ( class -- )


Vocabulary
classes.private

Inputs
classa class


Outputs
None

Word description
Forgets all of words that the class defines, but not words that are defined on the class. For instance, on a tuple class, this word should reset all of the tuple accessors but not things like nth that may be defined on the class elsewhere.

Definition


Methods