KADABRA API

LARA API

LARA Common Language API

(.js)
laraImport("lara.pass.PassResult");

(.lara)
import lara.pass.PassResult;

PassResult

Constructor

PassResult

new PassResult()

The result of a Lara transformation pass.


Instance Members

appliedPass

appliedPass()

appliedPass

appliedPass(newValue)

Parameters

newValue: unknown

constructor

constructor(name, [params])

Parameters

name: string - Name of the pass this result came from
params: PassResultParams - Properties of a defined PassResult (optional)

insertedLiteralCode

insertedLiteralCode()

insertedLiteralCode

insertedLiteralCode(newValue)

Parameters

newValue: unknown

isUndefined

isUndefined()

isUndefined

isUndefined(newValue)

Parameters

newValue: unknown

location

location()

location

location(newValue)

Parameters

newValue: unknown

name

name()

toString

toString()