Uses of Enum
gw.lang.reflect.gs.ClassType
Packages that use ClassType
Package
Description
-
Uses of ClassType in editor
-
Uses of ClassType in editor.util
Methods in editor.util with parameters of type ClassTypeModifier and TypeMethodDescriptionvoid
void
static Icon
private boolean
SourceFileCreator.writeClassStub
(Path file, ClassType classType) private boolean
SourceFileCreator.writeJavaStub
(Path file, ClassType classType) private boolean
-
Uses of ClassType in gw.internal.gosu.parser
Fields in gw.internal.gosu.parser declared as ClassTypeModifier and TypeFieldDescriptionprivate ClassType
FileSystemGosuClassRepository.ClassFileInfo._classType
private ClassType
InnerClassFileSystemSourceFileHandle._classType
Methods in gw.internal.gosu.parser that return ClassTypeModifier and TypeMethodDescriptionFileSystemGosuClassRepository.FileSystemSourceFileHandle.getClassType()
GosuClass.getClassType()
private ClassType
GosuClassParser.getClassType
(String strValue) GosuEnhancement.getClassType()
GosuProgram.getClassType()
InnerClassFileSystemSourceFileHandle.getClassType()
JavaType.getClassType()
private ClassType
GosuClassParser.parseAnonymousClassHeader
(IGosuClassInternal gsClass) private ClassType
GosuClassParser.parseClassType
(IGosuClassInternal gsClass, boolean bSetModifiers) private ClassType
GosuClassParser.parseClassTypeForHeader
(IGosuClassInternal gsClass) Methods in gw.internal.gosu.parser with parameters of type ClassTypeModifier and TypeMethodDescriptionprivate void
GosuClassParser._parseTypeVarsAndExtends
(IGosuClassInternal gsClass, ClassType classType, boolean bResolveTypes, IGosuClassInternal gosuObjectInterface, boolean bAnnotation, boolean bInterface, List<TypeVariableDefinitionImpl> declTypeVars) private IGosuClassInternal
GosuClassParser.loadNextInnerClass
(IGosuClassInternal gsClass, ClassType classType) private String
GosuClassParser.parseClassOrInterfaceHeaderSuffix
(IGosuClassInternal gsClass, ClassType classType, boolean bResolveTypes) private void
GosuClassParser.parseTypeVarsAndExtends
(IGosuClassInternal gsClass, ClassType classType, boolean bResolveTypes, IGosuClassInternal gosuObjectInterface, boolean bAnnotation, boolean bInterface) Constructors in gw.internal.gosu.parser with parameters of type ClassTypeModifierConstructorDescriptionClassFileInfo
(ISourceFileHandle outerSfh, ClassType classType, String fileType, List<String> innerClassParts, boolean isTestClass) InnerClassFileSystemSourceFileHandle
(ClassType classType, String strEnclosingType, String strInnerClass, boolean bTestClass) -
Uses of ClassType in gw.internal.gosu.parser.fragments
Methods in gw.internal.gosu.parser.fragments that return ClassType -
Uses of ClassType in gw.internal.gosu.properties
Methods in gw.internal.gosu.properties that return ClassType -
Uses of ClassType in gw.internal.gosu.template
Methods in gw.internal.gosu.template that return ClassType -
Uses of ClassType in gw.lang.parser
Methods in gw.lang.parser that return ClassType -
Uses of ClassType in gw.lang.reflect.gs
Fields in gw.lang.reflect.gs declared as ClassTypeMethods in gw.lang.reflect.gs that return ClassTypeModifier and TypeMethodDescriptionISourceFileHandle.getClassType()
StringSourceFileHandle.getClassType()
static ClassType
ClassType.getFromFileName
(String name) static ClassType
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 ClassTypeModifierConstructorDescriptionLazyStringSourceFileHandle
(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