(.js)
laraImport("kadabra.Utils");
(.lara)
import kadabra.Utils;
Aspects
APINames
Outputs
concurrentPackage: any (optional)
channel: any (optional)
thread: any (optional)
product: any (optional)
BeforeExit
Inputs
$method: any
code: any
BeforeExitMain
Inputs
code: any
ConvertPrimitive
Inputs
type: any
Outputs
wrapper: any
isPrimitive: any (optional)
GetClass
Inputs
className: any (optional)
Outputs
classes: any
GetMethod
Inputs
className: any (optional)
methodName: any
Outputs
methods: any
IntegerProperty
Inputs
name: any
defaultValue: any
Outputs
code: any (optional)
PrintOnMain
Inputs
message: any
ShowAST
Opens a window with the AST of Spoon
Inputs
name: any (optional)
Global Functions
primitive2Class
primitive2Class(type)
selectMethods
selectMethods(className, methodName)
Parameters
className: any
methodName: any