NameSpaceAttributeToken
interface NameSpaceAttributeToken {
l?: Token;
loc?: Location;
parent?: any;
r: Token;
tokens?: Token[] | null;
typ: NameSpaceAttributeTokenType;
}
l?: Token;
loc?: Location;
parent?: any;
r: Token;
tokens?: Token[] | null;
typ: NameSpaceAttributeTokenType;
}
Hierarchy (View Summary)
- BaseToken
- NameSpaceAttributeToken
Name space attribute token