Traqula
    Preparing search index...

    Open interface describing an expression

    interface TermExpression {
        subType: TERM;
        term: Term;
        type: EXPRESSION;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    subType: TERM
    term: Term