toggle menu
Algoutils
0.9.1-SNAPSHOT
jvm
switch theme
search in API
algoutils-tutor
/
org.tudalgo.algoutils.tutor.general.reflections
/
BasicConstructorLink
Basic
Constructor
Link
public
class
BasicConstructorLink
extends
BasicLink
implements
ConstructorLink
,
WithCtElement
(
source
)
Members
Functions
equals
Link copied to clipboard
public
boolean
equals
(
Object
o
)
get
Ct
Element
Link copied to clipboard
public
CtElement
getCtElement
(
)
Returns the
CtElement
associated with the element behind this link.
invoke
Link copied to clipboard
public
T
invoke
<
T
>
(
Array
<
Object
>
arguments
)
kind
Link copied to clipboard
public
Link.Kind
kind
(
)
modifiers
Link copied to clipboard
public
int
modifiers
(
)
Return the bit representation of the modifiers of this link.
of
Link copied to clipboard
public
static
BasicConstructorLink
of
(
Constructor
<
? extends
Object
>
constructor
)
Returns the constructor link for the given constructor.
reflection
Link copied to clipboard
public
Constructor
<
? extends
Object
>
reflection
(
)
type
Link copied to clipboard
public
TypeLink
type
(
)
Returns the type of this link.
type
List
Link copied to clipboard
public
List
<
BasicTypeLink
>
typeList
(
)
Returns the list of this link.