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