NotToken
interface NotToken {
loc?: Location;
parent?: any;
tokens?: Token[] | null;
typ: NotTokenType;
val: Token;
}
loc?: Location;
parent?: any;
tokens?: Token[] | null;
typ: NotTokenType;
val: Token;
}
Hierarchy (View Summary)
- BaseToken
- NotToken
Media feature not token