Uses of Interface
gw.lang.reflect.gs.ICompilableType
-
Packages that use ICompilableType Package Description gw.internal.gosu.parser gw.lang.parser gw.lang.parser.exceptions gw.lang.reflect gw.lang.reflect.gs -
-
Uses of ICompilableType in gw.internal.gosu.parser
Methods in gw.internal.gosu.parser that return ICompilableType Modifier and Type Method Description ICompilableTypeIGosuAnnotation. getOwnersType() -
Uses of ICompilableType in gw.lang.parser
Subinterfaces of ICompilableType in gw.lang.parser Modifier and Type Interface Description interfaceIBlockClass -
Uses of ICompilableType in gw.lang.parser.exceptions
Methods in gw.lang.parser.exceptions with parameters of type ICompilableType Modifier and Type Method Description static StringParseResultsException. getFeedback(ICompilableType type, List<IParseIssue> parseExceptions, List<IParseIssue> parseWarnings)voidParseResultsException. setContextType(ICompilableType contextType) -
Uses of ICompilableType in gw.lang.reflect
Methods in gw.lang.reflect with parameters of type ICompilableType Modifier and Type Method Description booleanIEntityAccess. areUsesStatementsAllowedInStatementLists(ICompilableType gosuClass)booleanIGosuClassLoadingObserver. shouldUseSingleServingLoader(ICompilableType gsClass) -
Uses of ICompilableType in gw.lang.reflect.gs
Subinterfaces of ICompilableType in gw.lang.reflect.gs Modifier and Type Interface Description interfaceIGosuClassinterfaceIGosuEnhancementinterfaceIGosuFragmentinterfaceIGosuPrograminterfaceITemplateTypeMethods in gw.lang.reflect.gs that return ICompilableType Modifier and Type Method Description ICompilableTypeICompilableType. getEnclosingType()ICompilableTypeGosuClassTypeLoader. getType(String strFullyQualifiedName)Methods in gw.lang.reflect.gs with parameters of type ICompilableType Modifier and Type Method Description voidIClassDefinitionListener. classDefined(ICompilableType gsClass, byte[] bytes)byte[]IGosuClassLoader. getBytes(ICompilableType gsClass)
-