SPeCS Packages Documentation
    Preparing search index...

    Represents an OpenMP block construct (such as parallel or task)

    Hierarchy (View Summary)

    Index
    _javaObject: any
    _defaultAttributeInfo: {
        jpMapper?: {
            actionStatement: typeof ActionStatement;
            arraySubscriptExpr: typeof ArraySubscriptExpr;
            assignmentStatement: typeof AssignmentStatement;
            binaryOperator: typeof BinaryOperator;
            compilerDirective: typeof CompilerDirective;
            dataRef: typeof DataRef;
            designator: typeof Designator;
            doStatement: typeof DoStatement;
            executableStatement: typeof ExecutableStatement;
            execution: typeof Execution;
            expr: typeof Expr;
            file: typeof FileJp;
            intLiteral: typeof IntLiteral;
            joinpoint: typeof Joinpoint;
            literal: typeof Literal;
            loopControl: typeof LoopControl;
            mainProgram: typeof MainProgram;
            nameValue: typeof NameValue;
            ompBlockConstruct: typeof OmpBlockConstruct;
            ompClause: typeof OmpClause;
            ompConstruct: typeof OmpConstruct;
            ompDataSharingClause: typeof OmpDataSharingClause;
            ompLoopConstruct: typeof OmpLoopConstruct;
            ompOrderedClause: typeof OmpOrderedClause;
            ompReductionClause: typeof OmpReductionClause;
            program: typeof Program;
            programUnit: typeof ProgramUnit;
            rangeLoopControl: typeof RangeLoopControl;
            realLiteral: typeof RealLiteral;
            specification: typeof Specification;
            statement: typeof Statement;
            statementBlock: typeof StatementBlock;
            stringLiteral: typeof StringLiteral;
            subroutine: typeof Subroutine;
            useStatement: typeof UseStatement;
        };
        map?: DefaultAttributeMap;
        name: string
        | null;
        type?: PrivateMapper;
    } = ...
    • get dump(): string

      Returns string

    • get joinPointType(): string

      Returns string

    • get node(): object

      Returns object

    • get scopeNodes(): Joinpoint[]

      The nodes of the scope of the current join point. If this node has a body (e.g., loop, function) corresponds to the children of the body. Otherwise, returns an empty array

      Returns Joinpoint[]

    • get self(): LaraJoinPoint

      Returns LaraJoinPoint

    • get super(): LaraJoinPoint

      Returns LaraJoinPoint

    • Parameters

      • name: string

      Returns boolean

    • Parameters

      • names: string[]

      Returns boolean

    • Returns string