Traqula
    Preparing search index...

    Interface SourceLocationNoMaterialize

    NoStringManifestation means the node does not have a string representation. For example the literal '5' has an integer type (which is an AST node), but the type does not have an associated string representation. When set to true, the node will not be printed, start and end are meaningless in this case.

    interface SourceLocationNoMaterialize {
        sourceLocationType: "noMaterialize";
    }

    Hierarchy (View Summary)

    Index

    Properties

    sourceLocationType: "noMaterialize"