ANTAREX API

Clava API

LARA API

LARA Common Language API

(.js)
laraImport("lara.mutation.MutationResult");

(.lara)
import lara.mutation.MutationResult;

MutationResult

Constructor

MutationResult

new MutationResult($mutation)

Contains the results of a single mutation.

Parameters

$mutation: any

Instance Members

getMutation

getMutation()

Returns

$jp - a copy of the original join point, where the mutation was applied.