Interface ElementaryTypeNameExpression

interface ElementaryTypeNameExpression {
    argumentTypes?: null | TypeDescriptions[];
    id: number;
    isConstant: boolean;
    isLValue: boolean;
    isPure: boolean;
    lValueRequested: boolean;
    nodeType: "ElementaryTypeNameExpression";
    src: string;
    typeDescriptions: TypeDescriptions;
    typeName: ElementaryTypeName;
}

Properties

argumentTypes?: null | TypeDescriptions[]
id: number
isConstant: boolean
isLValue: boolean
isPure: boolean
lValueRequested: boolean
nodeType: "ElementaryTypeNameExpression"
src: string
typeDescriptions: TypeDescriptions