IdentToken
interface IdentToken {
loc?: Location;
parent?: any;
tokens?: Token[] | null;
typ: IdenTokenType;
val: string;
}
loc?: Location;
parent?: any;
tokens?: Token[] | null;
typ: IdenTokenType;
val: string;
}
Hierarchy (View Summary)
- BaseToken
- IdentToken
Ident token