Open
Description
Currently, calls to the Token.runSelf method of tokens derived from the interpreter/Token base class get bound statically to the parent class Token.runSelf method. This is undesireable, as it does not allow overriding the parent functionality (which, by default, does nothing) in the child token classes.