DescendantCombinatorToken
interface DescendantCombinatorToken {
loc?: Location;
parent?: any;
tokens?: Token[] | null;
typ: DescendantCombinatorTokenType;
}
loc?: Location;
parent?: any;
tokens?: Token[] | null;
typ: DescendantCombinatorTokenType;
}
Hierarchy (View Summary)
- BaseToken
- DescendantCombinatorToken
Descendant combinator token