Constant tagua_parser::tokens::EXTENDS
[−]
[src]
pub const EXTENDS: &'static [u8]=
b"extends"
The EXTENDS
token.
Represent the inheritance operator, e.g. class C extends D { … }
.