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 AbstractTypeRefTypeMayHaveBeenDeletedException._referenceFields in gw.internal.gosu.parser with type parameters of type AbstractTypeRefModifier and TypeFieldDescriptionprivate final WeakFqnCache<AbstractTypeRef>TypeRefFactory._refByNameprivate static final Map<Class<? extends IType>,Class<? extends AbstractTypeRef>> TypeRefFactory.ITYPE_PROXY_CLASS_BY_ITYPE_CLASSMethods in gw.internal.gosu.parser that return AbstractTypeRefModifier and TypeMethodDescriptionprivate AbstractTypeRefTypeRefFactory.createTypeRefProxy(IType type) private AbstractTypeRefTypeRefFactory.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 voidTypeRefFactory.putRef(WeakFqnCache<AbstractTypeRef> map, String key, AbstractTypeRef value) Method parameters in gw.internal.gosu.parser with type arguments of type AbstractTypeRefModifier and TypeMethodDescriptionprivate intTypeRefFactory.computeSortIndex(Map.Entry<String, Reference<AbstractTypeRef>> entry) private AbstractTypeRefTypeRefFactory.getRef(WeakFqnCache<AbstractTypeRef> map, String key, IType type) private static voidTypeRefFactory.putRef(WeakFqnCache<AbstractTypeRef> map, String key, AbstractTypeRef value) Constructors in gw.internal.gosu.parser with parameters of type AbstractTypeRefModifierConstructorDescriptionTypeMayHaveBeenDeletedException(String msg, AbstractTypeRef reference)