io.github.hglabplh_tech.reflect.clojure.api.reflect-meths-ctors
get-all-ctor-and-type-modifiers
added in 0.9.0
(get-all-ctor-and-type-modifiers & ctors)
Get all the constructors modifiers
types attributes these values are translated partly in keywods
especially for modifiers and attributes
@param : the ctors list
get-all-meth-and-type-modifiers
(get-all-meth-and-type-modifiers & meths)
Get all the methods modifiers
types attributes these values are translated partly in keywods
especially for modifiers and attributes
@param : the list of methods
get-ctor-declaring-class
added in 1.1.0
(get-ctor-declaring-class ctor)
Get the declaring class of the constructor
@param : the constructor we look for
get-ctor-exception-types
added in 0.9.0
(get-ctor-exception-types ctor)
Get the constructors exception types
@param : the ctor we look for
get-ctor-gen-exception-types
added in 0.9.0
(get-ctor-gen-exception-types ctor)
Get the constructors generic exception types
@param : the ctor we look for
get-ctor-modifier
(get-ctor-modifier ctor)
get-ctor-name
added in 0.9.0
(get-ctor-name ctor)
Get the constructors name
@param : the ctor we look for
get-ctor-param-count
added in 0.9.0
(get-ctor-param-count ctor)
Get the constructors parameter count
@param : the ctor we look for
get-ctor-param-types
added in 0.9.0
(get-ctor-param-types ctor)
Get the constructors parameter types
@param : the ctor we look for
get-generic-meth-param-types
added in 0.9.0
(get-generic-meth-param-types meth)
Get the methods parameter types
@param : the method we look for
get-generic-method-return-type
added in 0.9.0
(get-generic-method-return-type meth)
Get the methods generic return type
@param : the method we look for
get-meth-declaring-class
added in 1.1.0
(get-meth-declaring-class meth)
Get the declaring class of method
@param : the method we look for
get-meth-exception-types
added in 0.9.0
(get-meth-exception-types meth)
Get the methods exception types
@param : the ctor we look for
get-meth-gen-exception-types
added in 0.9.0
(get-meth-gen-exception-types meth)
Get the methods generic exception types
@param : the ctor we look for
get-meth-name
added in 0.9.0
(get-meth-name meth)
Get the methods name
@param : the method we look for
get-meth-param-count
added in 0.9.0
(get-meth-param-count meth)
Get the methods parameter count
@param : the method we look for
get-meth-param-types
added in 0.9.0
(get-meth-param-types meth)
Get the methods parameter types
@param : the method we look for
get-method-modifier
added in 0.9.0
(get-method-modifier meth)
Get the methods modifier
@param : the method we look for
get-method-return-type
added in 0.9.0
(get-method-return-type meth)
Get the methods return type
@param : the method we look for