toggle menu
Algoutils
0.9.1-SNAPSHOT
jvm
switch theme
search in API
algoutils-tutor
/
org.tudalgo.algoutils.tutor.general.reflections
/
WithType
With
Type
public
interface
WithType
implements
Link
(
source
)
An interface for links to types with a type.
Author
Dustin Glaser
Inheritors
ConstructorLink
MethodLink
FieldLink
TypeLink
Members
Functions
kind
Link copied to clipboard
public
abstract
Link.Kind
kind
(
)
reflection
Link copied to clipboard
public
abstract
Object
reflection
(
)
type
Link copied to clipboard
public
abstract
TypeLink
type
(
)
Returns the type of this link.