SPeCS Packages Documentation
    Preparing search index...

    Contains utility methods related to the AST provided by the LARA compiler.

    This class deals with AST nodes. You should never use AST nodes directly. Use the provided join points instead. If you need this class, you are doing something wrong.

    Index

    Constructors

    Methods

    • Converts the given AST node to the native join point supported by the current LARA compiler.

      Parameters

      • astNode: any

      Returns LaraJoinPoint

      A native join point, as opposed to the join point of the current language specification.

      You should never use ast nodes directly. If you need this method, you are doing something wrong.