Package-level declarations

Das Package org.tudalgo.algoutils.tutor.general.reflections enthält Werkzeuge zum fehlertoleranten Prüfen von Deklarationen mittels Reflections.

Types

Link copied to clipboard
Link copied to clipboard
public class BasicEnumConstantLink extends BasicLink implements EnumConstantLink
Link copied to clipboard
public class BasicFieldLink extends BasicLink implements FieldLink
Link copied to clipboard
public abstract class BasicLink implements Link
Link copied to clipboard
public class BasicMethodLink extends BasicLink implements MethodLink, WithCtElement
A basic implementation of a method link.
Link copied to clipboard
public class BasicPackageLink extends BasicLink implements PackageLink
Link copied to clipboard
public class BasicTypeLink implements TypeLink, WithCtElement
A basic implementation of a type link.
Link copied to clipboard
public interface ConstructorLink implements Link, WithType, WithTypeList, WithModifiers
Link copied to clipboard
public interface EnumConstantLink implements Link, WithName
Link copied to clipboard
public interface FieldLink implements Link, WithModifiers, WithName, WithType
An interface used to simply access fields.
Link copied to clipboard
public interface Link
Link copied to clipboard
An interface used to simply access methods.
Link copied to clipboard
public enum Modifier
A list of modifiers that can be used to check if a modifier is present in a given modifier.
Link copied to clipboard
public interface PackageLink implements Link, WithName
Link copied to clipboard
public class ReflectUtils
Utility functions for reflections.
Link copied to clipboard
public interface TypeLink implements Link, WithType, WithModifiers, WithName
An interface used to simply access classes, interfaces and enumerations.
Link copied to clipboard
public interface WithCtElement implements Link
A link with an CtElement.
Link copied to clipboard
public interface WithDocumentation
Link copied to clipboard
public interface WithModifiers implements Link
An interface for links to types with modifiers.
Link copied to clipboard
public interface WithName implements Identifiable, Link
An interface for links to types with a name.
Link copied to clipboard
public interface WithType implements Link
An interface for links to types with a type.
Link copied to clipboard
public interface WithTypeList implements Link
An interface for links to types with a list of types.