Uses of Class
gw.internal.gosu.parser.AbstractTypeRef
-
Packages that use AbstractTypeRef Package Description gw.internal.gosu.parser -
-
Uses of AbstractTypeRef in gw.internal.gosu.parser
Fields in gw.internal.gosu.parser declared as AbstractTypeRef Modifier and Type Field Description private AbstractTypeRefTypeMayHaveBeenDeletedException. _referenceFields in gw.internal.gosu.parser with type parameters of type AbstractTypeRef Modifier and Type Field Description private WeakFqnCache<AbstractTypeRef>TypeRefFactory. _refByNameprivate static java.util.Map<java.lang.Class<? extends IType>,java.lang.Class<? extends AbstractTypeRef>>TypeRefFactory. ITYPE_PROXY_CLASS_BY_ITYPE_CLASSMethods in gw.internal.gosu.parser that return AbstractTypeRef Modifier and Type Method Description private AbstractTypeRefTypeRefFactory. createTypeRefProxy(IType type)private AbstractTypeRefTypeRefFactory. getRef(WeakFqnCache<AbstractTypeRef> map, java.lang.String key, IType type)Methods in gw.internal.gosu.parser that return types with arguments of type AbstractTypeRef Modifier and Type Method Description private java.lang.Class<? extends AbstractTypeRef>TypeRefFactory. generateProxyClass(java.lang.Class<? extends IType> typeClass)private java.lang.Class<? extends AbstractTypeRef>TypeRefFactory. getOrCreateTypeProxy(java.lang.Class<? extends IType> typeClass)Methods in gw.internal.gosu.parser with parameters of type AbstractTypeRef Modifier and Type Method Description private static voidTypeRefFactory. putRef(WeakFqnCache<AbstractTypeRef> map, java.lang.String key, AbstractTypeRef value)Method parameters in gw.internal.gosu.parser with type arguments of type AbstractTypeRef Modifier and Type Method Description private intTypeRefFactory. computeSortIndex(java.util.Map.Entry<java.lang.String,java.lang.ref.Reference<AbstractTypeRef>> entry)private AbstractTypeRefTypeRefFactory. getRef(WeakFqnCache<AbstractTypeRef> map, java.lang.String key, IType type)private static voidTypeRefFactory. putRef(WeakFqnCache<AbstractTypeRef> map, java.lang.String key, AbstractTypeRef value)Constructors in gw.internal.gosu.parser with parameters of type AbstractTypeRef Constructor Description TypeMayHaveBeenDeletedException(java.lang.String msg, AbstractTypeRef reference)
-