Interface WithType
- All Superinterfaces:
Link
- All Known Subinterfaces:
ConstructorLink,FieldLink,MethodLink,TypeLink
- All Known Implementing Classes:
BasicConstructorLink,BasicFieldLink,BasicMethodLink,BasicTypeLink
An interface for links to types with a type.
-
Nested Class Summary
-
Method Summary
Methods inherited from interface org.tudalgo.algoutils.tutor.general.reflections.Link
kind, reflection
-
Method Details
-
type
TypeLink type()Returns the type of this link.
- Returns:
- the type
-