Uses of Interface
gw.lang.reflect.gs.ICompilableType
Packages that use ICompilableType
Package
Description
-
Uses of ICompilableType in gw.internal.gosu.compiler
Methods in gw.internal.gosu.compiler with parameters of type ICompilableTypeModifier and TypeMethodDescriptionvoidCompilationStatistics.collectStats(ICompilableType gsClass, byte[] classBytes, boolean singleServingClassLoader) byte[]GosuClassLoader.getBytes(ICompilableType gsClass) byte[]SingleServingGosuClassLoader.getBytes(ICompilableType gsClass) static ClassSingleServingGosuClassLoader.getCached(ICompilableType gsClass) -
Uses of ICompilableType in gw.internal.gosu.ir
Methods in gw.internal.gosu.ir with parameters of type ICompilableTypeModifier and TypeMethodDescriptionstatic byte[]TransformingCompiler.compileClass(ICompilableType gsClass, boolean debug) -
Uses of ICompilableType in gw.internal.gosu.ir.transform
Methods in gw.internal.gosu.ir.transform with parameters of type ICompilableTypeModifier and TypeMethodDescriptionstatic IDynamicFunctionSymbolAbstractElementTransformer.getEnclosingDFS(ICompilableType gsClass) -
Uses of ICompilableType in gw.internal.gosu.parser
Subinterfaces of ICompilableType in gw.internal.gosu.parserModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceinterfaceClasses in gw.internal.gosu.parser that implement ICompilableTypeModifier and TypeClassDescriptionclassclassclassclassclassclassA base class for creating synthetic Gosu classes that do not correspond directly to a Gosu classMethods in gw.internal.gosu.parser that return ICompilableTypeModifier and TypeMethodDescriptionGosuAnnotation.getOwnersType()GosuDocAnnotation.getOwnersType()IGosuAnnotation.getOwnersType()Methods in gw.internal.gosu.parser with parameters of type ICompilableTypeModifier and TypeMethodDescriptionbooleanDefaultEntityAccess.areUsesStatementsAllowedInStatementLists(ICompilableType gosuClass) CompiledGosuClassSymbolTable.getSymbolTableForCompilingClass(ICompilableType gsClass) protected ISymbolParserBase.getUncapturedSymbol(ICompilableType gsClass, String strName) voidCompiledGosuClassSymbolTable.popCompileTimeSymbolTable(ICompilableType gsClass) voidCompiledGosuClassSymbolTable.pushCompileTimeSymbolTable(ICompilableType gsClass) voidCompiledGosuClassSymbolTable.pushCompileTimeSymbolTable(ICompilableType gsClass, ISymbolTable symTable) voidDocCommentBlock.setOwnersTypes(ICompilableType ownersType) Constructors in gw.internal.gosu.parser with parameters of type ICompilableTypeModifierConstructorDescriptionDynamicSymbol(ICompilableType gsClass, ISymbolTable symTable, CharSequence strName, IType type, Object value) GosuDocAnnotation(ICompilableType ownersType, IType type, String... args) VarPropertyGetFunctionSymbol(ICompilableType gsClass, ISymbolTable symTable, String strProperty, String strVarIdentifier, IType varType) VarPropertySetFunctionSymbol(ICompilableType gsClass, ISymbolTable symTable, String strProperty, String strVarIdentifier, IType varType) -
Uses of ICompilableType in gw.internal.gosu.parser.fragments
Classes in gw.internal.gosu.parser.fragments that implement ICompilableType -
Uses of ICompilableType in gw.internal.gosu.parser.gwPlatform
Methods in gw.internal.gosu.parser.gwPlatform with parameters of type ICompilableTypeModifier and TypeMethodDescriptionbooleanGWEntityAccess.areUsesStatementsAllowedInStatementLists(ICompilableType gosuClass) -
Uses of ICompilableType in gw.internal.gosu.template
Classes in gw.internal.gosu.template that implement ICompilableType -
Uses of ICompilableType in gw.lang.parser
Subinterfaces of ICompilableType in gw.lang.parser -
Uses of ICompilableType in gw.lang.parser.exceptions
Methods in gw.lang.parser.exceptions with parameters of type ICompilableTypeModifier and TypeMethodDescriptionstatic 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 ICompilableTypeModifier and TypeMethodDescriptionbooleanIEntityAccess.areUsesStatementsAllowedInStatementLists(ICompilableType gosuClass) booleanIGosuClassLoadingObserver.shouldUseSingleServingLoader(ICompilableType gsClass) -
Uses of ICompilableType in gw.lang.reflect.gs
Subinterfaces of ICompilableType in gw.lang.reflect.gsModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceMethods in gw.lang.reflect.gs that return ICompilableTypeMethods in gw.lang.reflect.gs with parameters of type ICompilableTypeModifier and TypeMethodDescriptionvoidIClassDefinitionListener.classDefined(ICompilableType gsClass, byte[] bytes) byte[]IGosuClassLoader.getBytes(ICompilableType gsClass)