ANTAREX API

Clava API

LARA API

LARA Common Language API

(.js)
laraImport("lara.Debug");

(.lara)
import lara.Debug;

Debug

Debug

Debug

Static Members

getFunctions

getFunctions(obj)

Collects the properties of an object that are of type function.
Taken from here: https://stackoverflow.com/questions/5842654/how-to-get-an-objects-methods

Parameters

obj: any - An object

getObjects

getObjects(obj)

Collects the properties of an object that are of type object.

Parameters

obj: any