Interface WithModifiers
- 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 modifiers.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionintReturn the bit representation of the modifiers of this link.Methods inherited from interface org.tudalgo.algoutils.tutor.general.reflections.Link
kind, reflection
-
Method Details
-
modifiers
int modifiers()Return the bit representation of the modifiers of this link.
- Returns:
- the modifiers
-