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