toggle menu
Algoutils
0.9.1-SNAPSHOT
jvm
switch theme
search in API
algoutils-tutor
/
org.tudalgo.algoutils.tutor.general.reflections
/
ConstructorLink
Constructor
Link
public
interface
ConstructorLink
implements
Link
,
WithType
,
WithTypeList
,
WithModifiers
(
source
)
Inheritors
BasicConstructorLink
Members
Functions
invoke
Link copied to clipboard
public
abstract
T
invoke
<
T
>
(
Array
<
Object
>
arguments
)
kind
Link copied to clipboard
public
Link.Kind
kind
(
)
modifiers
Link copied to clipboard
public
abstract
int
modifiers
(
)
Return the bit representation of the modifiers of this link.
reflection
Link copied to clipboard
public
abstract
Constructor
<
? extends
Object
>
reflection
(
)
type
Link copied to clipboard
public
abstract
TypeLink
type
(
)
Returns the type of this link.
type
List
Link copied to clipboard
public
abstract
List
<
? extends
TypeLink
>
typeList
(
)
Returns the list of this link.