Search


Search something to see results

FunctionToken

Function token

interface FunctionToken {
    chi: Token[];
    loc?: Location;
    parent?: any;
    tokens?: Token[] | null;
    typ: any;
    val: string;
}

Hierarchy (View Summary)

Index

Properties

chi: Token[]
loc?: Location

location info

parent?: any

parent node

tokens?: Token[] | null

prelude or selector tokens

typ: any

token type

val: string