| java.lang.Object tcl.lang.FuncSig
FuncSig | class FuncSig implements InternalRep(Code) | | This class implements the internal representation of a Java method
or constructor signature. Because methods and constructors are very
similar to each other, the operations on method signatures and
constructor signatures are limped in this class of "function
signature."
|
Method Summary | |
public void | dispose() Implement this no-op for the InternalRep interface. | public InternalRep | duplicate() | static FuncSig | get(Interp interp, Class cls, TclObject signature, TclObject[] argv, int startIdx, int count, boolean isStatic) | static Constructor | getAccessibleConstructor(Class cls, Class[] parameterTypes) | static Constructor[] | getAccessibleConstructors(Class cls) | static Method[] | getAccessibleInstanceMethods(Class cls) | static Method[] | getAccessibleStaticMethods(Class cls) | static Method | lookupMethod(Interp interp, Class cls, String methodName, Class[] paramTypes, TclObject signature, boolean isStatic) | static Object | matchSignature(Interp interp, Class cls, TclObject signature, String methodName, boolean isConstructor, TclObject[] argv, int startIdx, int argv_count, boolean isStatic) |
dispose | public void dispose()(Code) | | Implement this no-op for the InternalRep interface.
|
getAccessibleInstanceMethods | static Method[] getAccessibleInstanceMethods(Class cls)(Code) | | |
getAccessibleStaticMethods | static Method[] getAccessibleStaticMethods(Class cls)(Code) | | |
|
|