Uses of Class
gw.internal.gosu.parser.AbstractTypeRef
Packages that use AbstractTypeRef
-
Uses of AbstractTypeRef in gw.internal.gosu.parser
Fields in gw.internal.gosu.parser declared as AbstractTypeRefModifier and TypeFieldDescriptionprivate AbstractTypeRef
TypeMayHaveBeenDeletedException._reference
Fields in gw.internal.gosu.parser with type parameters of type AbstractTypeRefModifier and TypeFieldDescriptionprivate final WeakFqnCache<AbstractTypeRef>
TypeRefFactory._refByName
private static final Map<Class<? extends IType>,
Class<? extends AbstractTypeRef>> TypeRefFactory.ITYPE_PROXY_CLASS_BY_ITYPE_CLASS
Methods in gw.internal.gosu.parser that return AbstractTypeRefModifier and TypeMethodDescriptionprivate AbstractTypeRef
TypeRefFactory.createTypeRefProxy
(IType type) private AbstractTypeRef
TypeRefFactory.getRef
(WeakFqnCache<AbstractTypeRef> map, String key, IType type) Methods in gw.internal.gosu.parser that return types with arguments of type AbstractTypeRefModifier and TypeMethodDescriptionprivate Class<? extends AbstractTypeRef>
TypeRefFactory.generateProxyClass
(Class<? extends IType> typeClass) private Class<? extends AbstractTypeRef>
TypeRefFactory.getOrCreateTypeProxy
(Class<? extends IType> typeClass) Methods in gw.internal.gosu.parser with parameters of type AbstractTypeRefModifier and TypeMethodDescriptionprivate static void
TypeRefFactory.putRef
(WeakFqnCache<AbstractTypeRef> map, String key, AbstractTypeRef value) Method parameters in gw.internal.gosu.parser with type arguments of type AbstractTypeRefModifier and TypeMethodDescriptionprivate int
TypeRefFactory.computeSortIndex
(Map.Entry<String, Reference<AbstractTypeRef>> entry) private AbstractTypeRef
TypeRefFactory.getRef
(WeakFqnCache<AbstractTypeRef> map, String key, IType type) private static void
TypeRefFactory.putRef
(WeakFqnCache<AbstractTypeRef> map, String key, AbstractTypeRef value) Constructors in gw.internal.gosu.parser with parameters of type AbstractTypeRefModifierConstructorDescriptionTypeMayHaveBeenDeletedException
(String msg, AbstractTypeRef reference)