Class StaticClassHandle

java.lang.Object
com.cryptomorin.xseries.reflection.jvm.classes.ClassHandle
com.cryptomorin.xseries.reflection.jvm.classes.StaticClassHandle
All Implemented Interfaces:
ReflectiveHandle<Class<?>>

public class StaticClassHandle extends ClassHandle
A class that is known at compile time and can be referenced directly.

The purpose of this handle is to use reflection on the members (fields, methods and constructors) of the corresponding class.

See Also: