typeCheckerOf<T> abstract method
Creates a type checker for the given type.
This allows checking if elements are of a specific type or subtype, useful for looking up annotated elements.
@typeParam T The type to create a checker for @return A TypeChecker for the specified type
Implementation
TypeChecker typeCheckerOf<T>();