invokeStatic

public abstract T invokeStatic<T>(Array<Object> arguments)(source)

Invokes the method linked by this method link with the given arguments.

Return

the return value

Parameters

arguments

the arguments

<T>

the type of the return value

Throws

if the method throws an exception