SPeCS Packages Documentation
    Preparing search index...

    Line directive

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    _javaObject: any
    _defaultAttributeInfo: {
        jpMapper?: {
            arrayType: typeof ArrayType;
            catch: typeof Catch;
            classNode: typeof ClassNode;
            classType: typeof ClassType;
            expression: typeof Expression;
            fieldNode: typeof FieldNode;
            fieldReference: typeof FieldReference;
            goto: typeof Goto;
            ifComparison: typeof IfComparison;
            ifComparisonWithZero: typeof IfComparisonWithZero;
            instruction: typeof Instruction;
            joinpoint: typeof Joinpoint;
            label: typeof Label;
            labelReference: typeof LabelReference;
            lineDirective: typeof LineDirective;
            literal: typeof Literal;
            manifest: typeof Manifest;
            methodNode: typeof MethodNode;
            methodPrototype: typeof MethodPrototype;
            methodReference: typeof MethodReference;
            packedSwitch: typeof PackedSwitch;
            placeholder: typeof Placeholder;
            primitiveLiteral: typeof PrimitiveLiteral;
            primitiveType: typeof PrimitiveType;
            program: typeof Program;
            registerList: typeof RegisterList;
            registerRange: typeof RegisterRange;
            registerReference: typeof RegisterReference;
            registersDirective: typeof RegistersDirective;
            resourceNode: typeof ResourceNode;
            returnStatement: typeof ReturnStatement;
            sparseSwitch: typeof SparseSwitch;
            sparseSwitchElement: typeof SparseSwitchElement;
            statement: typeof Statement;
            switch: typeof Switch;
            throwStatement: typeof ThrowStatement;
            typeDescriptor: typeof TypeDescriptor;
        };
        map?: DefaultAttributeMap;
        name: string
        | null;
        type?: PrivateMapper;
    } = ...

    Accessors

    • get dump(): string

      Returns string

    • get joinPointType(): string

      Returns string

    • get node(): object

      Returns object

    • get scopeNodes(): LaraJoinPoint[]

      Returns LaraJoinPoint[]

    • get self(): LaraJoinPoint

      Returns LaraJoinPoint

    • get super(): LaraJoinPoint

      Returns LaraJoinPoint

    Methods

    • Parameters

      • position: "replace" | "after" | "before"
      • code: string

      Returns LaraJoinPoint[]

    • Parameters

      Returns LaraJoinPoint[]

    • Parameters

      • name: string

      Returns boolean

    • Parameters

      • names: string[]

      Returns boolean

    • Returns string