AttrStartToken
interface AttrStartToken {
chi?: Token[];
loc?: Location;
parent?: any;
tokens?: Token[] | null;
typ: AttrStartTokenType;
}
chi?: Token[];
loc?: Location;
parent?: any;
tokens?: Token[] | null;
typ: AttrStartTokenType;
}
Hierarchy (View Summary)
- BaseToken
- AttrStartToken
Attribute start token