pub const CLASS: &'static [u8] = b"class";
The CLASS token.
CLASS
Represent the class declaration operator, e.g. class C { … }.
class C { … }