java.lang.Object
org.gjt.sp.jedit.bsh.BshMethod
org.gjt.sp.jedit.bsh.DelayedEvalBshMethod
- All Implemented Interfaces:
Serializable
- See Also:
-
Method Summary
Methods inherited from class org.gjt.sp.jedit.bsh.BshMethod
getModifiers, getName, getParameterNames, hasModifier, invoke, invoke, toString
-
Method Details
-
getReturnTypeDescriptor
-
getReturnType
Description copied from class:BshMethod
Get the return type of the method.- Overrides:
getReturnType
in classBshMethod
- Returns:
- Returns null for a loosely typed return value, Void.TYPE for a void return type, or the Class of the type.
-
getParamTypeDescriptors
-
getParameterTypes
Description copied from class:BshMethod
Get the argument types of this method. loosely typed (untyped) arguments will be represented by null argument types.- Overrides:
getParameterTypes
in classBshMethod
-