Uses of Class
gw.lang.reflect.gs.ClassType
-
Packages that use ClassType Package Description gw.lang.parser gw.lang.reflect.gs gw.lang.reflect.java.asm -
-
Uses of ClassType in gw.lang.parser
Methods in gw.lang.parser that return ClassType Modifier and Type Method Description ClassTypeIFileRepositoryBasedType. getClassType() -
Uses of ClassType in gw.lang.reflect.gs
Methods in gw.lang.reflect.gs that return ClassType Modifier and Type Method Description ClassTypeISourceFileHandle. getClassType()ClassTypeStringSourceFileHandle. getClassType()static ClassTypeClassType. getFromFileName(String name)static ClassTypeClassType. valueOf(String name)Returns the enum constant of this type with the specified name.static ClassType[]ClassType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in gw.lang.reflect.gs with parameters of type ClassType Constructor Description LazyStringSourceFileHandle(String nspace, String fqn, Callable<String> sourceGen, ClassType classType)LazyStringSourceFileHandle(String nspace, String fqn, Function<Boolean,String> sourceGen, ClassType classType)StringSourceFileHandle(String typeName, CharSequence source, boolean isTestResource, ClassType classType)StringSourceFileHandle(String typeName, CharSequence source, IFile strPath, boolean isTestResource, ClassType classType) -
Uses of ClassType in gw.lang.reflect.java.asm
Methods in gw.lang.reflect.java.asm that return ClassType Modifier and Type Method Description ClassTypeAsmBackingSourceFileHandle. getClassType()
-