Uses of Interface
gw.lang.reflect.ITypeLoaderListener
-
Packages that use ITypeLoaderListener Package Description editor gw.internal.gosu.parser gw.lang.parser gw.lang.reflect -
-
Uses of ITypeLoaderListener in editor
Classes in editor that implement ITypeLoaderListener Modifier and Type Class Description classGosuEditorA component for editing Gosu source.classGosuFieldclassTypeNameCache -
Uses of ITypeLoaderListener in gw.internal.gosu.parser
Fields in gw.internal.gosu.parser declared as ITypeLoaderListener Modifier and Type Field Description private static ITypeLoaderListenerCompoundType. g_refreshListenerFields in gw.internal.gosu.parser with type parameters of type ITypeLoaderListener Modifier and Type Field Description private java.util.concurrent.CopyOnWriteArrayList<java.lang.ref.WeakReference<ITypeLoaderListener>>TypeLoaderAccess. _listenersMethods in gw.internal.gosu.parser that return types with arguments of type ITypeLoaderListener Modifier and Type Method Description private java.util.List<ITypeLoaderListener>TypeLoaderAccess. getListeners()Methods in gw.internal.gosu.parser with parameters of type ITypeLoaderListener Modifier and Type Method Description voidTypeLoaderAccess. addTypeLoaderListenerAsWeakRef(ITypeLoaderListener l)Maintains weak refs to listeners.private booleanTypeLoaderAccess. hasListener(ITypeLoaderListener l)voidTypeLoaderAccess. removeTypeLoaderListener(ITypeLoaderListener l) -
Uses of ITypeLoaderListener in gw.lang.parser
Subinterfaces of ITypeLoaderListener in gw.lang.parser Modifier and Type Interface Description interfaceIAttributeSourceClasses in gw.lang.parser that implement ITypeLoaderListener Modifier and Type Class Description private static classTypeSystemAwareCache.CacheClearer -
Uses of ITypeLoaderListener in gw.lang.reflect
Classes in gw.lang.reflect that implement ITypeLoaderListener Modifier and Type Class Description classAbstractTypeSystemListenerclassFragmentCacheprivate static classMethodScorer.MethodScoreCacheMethods in gw.lang.reflect with parameters of type ITypeLoaderListener Modifier and Type Method Description voidITypeSystem. addTypeLoaderListenerAsWeakRef(ITypeLoaderListener listener)static voidTypeSystem. addTypeLoaderListenerAsWeakRef(ITypeLoaderListener listener)voidITypeSystem. removeTypeLoaderListener(ITypeLoaderListener listener)static voidTypeSystem. removeTypeLoaderListener(ITypeLoaderListener listener)
-