The interface that all the elements that can be leaves in the parse tree of a
Sentence must implement. Namely, only Tokens and
Spaces can do this, both of which extend this interface. This way,
end classes implementing this interface should also implement either of those
two.