public class ReflectionFunction extends ReflectionFunctionAbstract implements Reflector
Modifier and Type | Field and Description |
---|---|
static int |
IS_DEPRECATED |
protected static L10N |
L |
Modifier | Constructor and Description |
---|---|
protected |
ReflectionFunction(Callable callable) |
Modifier and Type | Method and Description |
---|---|
static ReflectionFunction |
__construct(Env env,
Value nameV) |
Value |
export(Env env,
java.lang.String name,
boolean isReturn) |
Value |
invoke(Env env,
Value[] args) |
Value |
invokeArgs(Env env,
ArrayValue args) |
java.lang.String |
toString() |
getCallable, getDocComment, getEndLine, getFileName, getName, getNumberOfParameters, getNumberOfRequiredParameters, getParameters, getStartLine, getStaticVariables, isInternal, isUserDefined, returnsReference
public static final int IS_DEPRECATED
protected static final L10N L
protected ReflectionFunction(Callable callable)
public static ReflectionFunction __construct(Env env, Value nameV)
public Value invokeArgs(Env env, ArrayValue args)
public java.lang.String toString()
toString
in class java.lang.Object