com.caucho.quercus.lib.reflection
Class ReflectionFunctionAbstract
java.lang.Object
com.caucho.quercus.lib.reflection.ReflectionFunctionAbstract
- Direct Known Subclasses:
- ReflectionFunction, ReflectionMethod
public abstract class ReflectionFunctionAbstract
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReflectionFunctionAbstract
protected ReflectionFunctionAbstract(AbstractFunction fun)
getFunction
protected AbstractFunction getFunction()
getName
public java.lang.String getName()
isInternal
public boolean isInternal()
isUserDefined
public boolean isUserDefined()
getFileName
public java.lang.String getFileName()
getStartLine
public int getStartLine()
getEndLine
public int getEndLine()
getDocComment
public java.lang.String getDocComment()
getStaticVariables
public ArrayValue getStaticVariables()
returnsReference
public boolean returnsReference()
getParameters
public ArrayValue getParameters(Env env)
getNumberOfParameters
public int getNumberOfParameters()
getNumberOfRequiredParameters
public int getNumberOfRequiredParameters()