Primitive literal

Hierarchy (view full)

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: null | string;
    type?: PrivateMapper;
} = ...

Accessors

  • get actions(): string[]
  • Returns string[]

  • get attributes(): string[]
  • Returns string[]

  • get dump(): string
  • Returns string

  • get joinPointType(): string
  • Returns string

  • get node(): object
  • Returns object

  • get scopeNodes(): LaraJoinPoint[]
  • Returns LaraJoinPoint[]

  • get selects(): string[]
  • Returns string[]

  • get self(): LaraJoinPoint
  • Returns LaraJoinPoint

  • get super(): LaraJoinPoint
  • Returns LaraJoinPoint

Methods

  • Parameters

    • attribute: string
    • value: object

    Returns void

  • Parameters

    Returns boolean

  • Parameters

    • name: string

    Returns boolean

  • Parameters

    • names: string[]

    Returns boolean

  • Returns string