Class TExecutable


  • public class TExecutable
    extends java.lang.Object
    • Constructor Detail

      • TExecutable

        public TExecutable()
    • Method Detail

      • toGenericString

        public java.lang.String toGenericString()
      • getParameterTypes

        public java.lang.Class[] getParameterTypes()
      • getGenericParameterTypes

        public java.lang.reflect.Type[] getGenericParameterTypes()
      • getGenericReturnType

        public java.lang.reflect.Type getGenericReturnType()
      • getReturnType

        public java.lang.Class getReturnType()
      • getParameterCount

        public int getParameterCount()
      • getExceptionTypes

        public java.lang.Class[] getExceptionTypes()