Search


Search something to see results

SubToken

Sub token

interface SubToken {
    loc?: Location;
    parent?: any;
    tokens?: Token[] | null;
    typ: Sub;
}

Hierarchy (View Summary)

Index

Properties

loc?: Location

location info

parent?: any

parent node

tokens?: Token[] | null

prelude or selector tokens

typ: Sub

token type