Search


Search something to see results

NameSpaceAttributeToken

Name space attribute token

interface NameSpaceAttributeToken {
    l?: Token;
    loc?: Location;
    parent?: any;
    r: Token;
    tokens?: Token[] | null;
    typ: NameSpaceAttributeTokenType;
}

Hierarchy (View Summary)

Index

Properties

l?: Token
loc?: Location

location info

parent?: any

parent node

tokens?: Token[] | null

prelude or selector tokens

token type