Uses of Interface
gw.internal.gosu.parser.ICompilableTypeInternal
Packages that use ICompilableTypeInternal
Package
Description
-
Uses of ICompilableTypeInternal in gw.internal.gosu.compiler
Methods in gw.internal.gosu.compiler with parameters of type ICompilableTypeInternalModifier and TypeMethodDescriptionGosuClassLoader.defineClass(ICompilableTypeInternal gsClass, boolean useSingleServingLoader) -
Uses of ICompilableTypeInternal in gw.internal.gosu.ir.nodes
Methods in gw.internal.gosu.ir.nodes with parameters of type ICompilableTypeInternalModifier and TypeMethodDescriptionstatic IRPropertyIRPropertyFactory.createIRProperty(ICompilableTypeInternal owningType, IReducedSymbol cs) Constructors in gw.internal.gosu.ir.nodes with parameters of type ICompilableTypeInternalModifierConstructorDescriptionIRPropertyFromCapturedSymbol(ICompilableTypeInternal owningType, IReducedSymbol symbol) -
Uses of ICompilableTypeInternal in gw.internal.gosu.ir.transform
Methods in gw.internal.gosu.ir.transform that return ICompilableTypeInternalModifier and TypeMethodDescriptionTopLevelTransformationContext.getEnclosingType()TransformationContextBase.getEnclosingType()AbstractElementTransformer.getGosuClass()TopLevelTransformationContext.getGosuClass()TransformationContextBase.getGosuClass()protected ICompilableTypeInternalAbstractElementTransformer.isMemberOnEnclosingType(IReducedSymbol symbol) Constructors in gw.internal.gosu.ir.transform with parameters of type ICompilableTypeInternalModifierConstructorDescriptionprotectedTransformationContextBase(ICompilableTypeInternal compilingType) -
Uses of ICompilableTypeInternal in gw.internal.gosu.ir.transform.expression
Methods in gw.internal.gosu.ir.transform.expression with parameters of type ICompilableTypeInternalModifier and TypeMethodDescriptionprotected IRExpressionEvalBasedTransformer.pushCapturedSymbols(ICompilableTypeInternal enclosingClass, List<ICapturedSymbol> capturedSymbols) -
Uses of ICompilableTypeInternal in gw.internal.gosu.ir.transform.util
Methods in gw.internal.gosu.ir.transform.util with parameters of type ICompilableTypeInternalModifier and TypeMethodDescriptionstatic booleanRequiresReflectionDeterminer.isCallingClassEnclosedInDifferentPackageFromDeclaringSuperclass(ICompilableTypeInternal callingClass, IType declaringClass, IRType root, IRelativeTypeInfo.Accessibility accessibility) static booleanRequiresReflectionDeterminer.shouldUseReflection(IType declaringClass, ICompilableTypeInternal compilingClass, IRType root, IRelativeTypeInfo.Accessibility accessibility) static booleanRequiresReflectionDeterminer.shouldUseReflection(IType declaringClass, ICompilableTypeInternal compilingClass, IRelativeTypeInfo.Accessibility accessibility) -
Uses of ICompilableTypeInternal in gw.internal.gosu.parser
Subinterfaces of ICompilableTypeInternal in gw.internal.gosu.parserModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceClasses in gw.internal.gosu.parser that implement ICompilableTypeInternalModifier 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 ICompilableTypeInternalModifier and TypeMethodDescriptionprotected ICompilableTypeInternalParserBase.getCurrentEnclosingGosuClass()GosuClass.getEnclosingType()ICompilableTypeInternal.getEnclosingType()Methods in gw.internal.gosu.parser with parameters of type ICompilableTypeInternalModifier and TypeMethodDescriptionvoidDynamicPropertySymbol.addMemberSymbols(ICompilableTypeInternal gsClass) protected voidParserBase.captureAllSymbols(ICompilableTypeInternal anonClass, ICompilableTypeInternal enclosingClass, List<ICapturedSymbol> capturedSymbols) protected ISymbolParserBase.captureSymbol(ICompilableTypeInternal anonClass, String strName, ParsedElement e) static IBlockClassInternalBlockClass.create(ICompilableTypeInternal enclosingClass, BlockExpression block, boolean staticBlock) Constructors in gw.internal.gosu.parser with parameters of type ICompilableTypeInternalModifierConstructorDescriptionGosuAnnotation(ICompilableTypeInternal enclosingType, IType type, Expression expression, AnnotationUseSiteTarget target, int iOffset, int end) OuterFunctionSymbol(ISymbolTable symTable, ICompilableTypeInternal gsClass) -
Uses of ICompilableTypeInternal in gw.internal.gosu.parser.fragments
Classes in gw.internal.gosu.parser.fragments that implement ICompilableTypeInternal -
Uses of ICompilableTypeInternal in gw.internal.gosu.template
Classes in gw.internal.gosu.template that implement ICompilableTypeInternal