novx
    Preparing search index...

    Class Invocation<TARGET>

    An Invocation covers all runtime aspects of a method invocation as passed to individual advices. Especially it covers the main properties

    • the supplied arguments to the original method ( which could be modified by an aspect )
    • the result value of the original method
    • the error in case of caught exceptions

    Type Parameters

    • TARGET = any
    Index

    Constructors

    Properties

    args: any[] | undefined
    currentJoinPoint: JoinPoint | undefined
    error: any = undefined
    result: any = undefined
    target: TARGET

    Methods