Package com.strobel.reflection
Class TypeContext
- java.lang.Object
-
- com.strobel.reflection.TypeContext
-
- Direct Known Subclasses:
SystemTypeContext
public abstract class TypeContext extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static TypeContext
SYSTEM
-
Constructor Summary
Constructors Constructor Description TypeContext()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract java.lang.ClassLoader
getClassLoader()
-
-
-
Field Detail
-
SYSTEM
public static final TypeContext SYSTEM
-
-