Uses of Interface
gw.lang.reflect.IRelativeTypeInfo
-
Packages that use IRelativeTypeInfo Package Description gw.internal.gosu.parser gw.internal.gosu.parser.fragments gw.lang.reflect gw.lang.reflect.gs gw.lang.reflect.java -
-
Uses of IRelativeTypeInfo in gw.internal.gosu.parser
Classes in gw.internal.gosu.parser that implement IRelativeTypeInfo Modifier and Type Class Description classCompoundTypeInfoclassGosuClassTypeInfoclassJavaTypeInfoclassMetaTypeTypeInfoFields in gw.internal.gosu.parser declared as IRelativeTypeInfo Modifier and Type Field Description private IRelativeTypeInfoAnnotationConstructorGenerator. _ownerMethods in gw.internal.gosu.parser with parameters of type IRelativeTypeInfo Modifier and Type Method Description (package private) static java.util.List<IConstructorInfo>AnnotationConstructorGenerator. generateAnnotationConstructors(IRelativeTypeInfo backingClass)Constructors in gw.internal.gosu.parser with parameters of type IRelativeTypeInfo Constructor Description AnnotationConstructorGenerator(IRelativeTypeInfo owner)JavaFeatureManager(IRelativeTypeInfo type) -
Uses of IRelativeTypeInfo in gw.internal.gosu.parser.fragments
Classes in gw.internal.gosu.parser.fragments that implement IRelativeTypeInfo Modifier and Type Class Description classGosuFragmentTypeInfoMethods in gw.internal.gosu.parser.fragments that return IRelativeTypeInfo Modifier and Type Method Description IRelativeTypeInfoGosuFragment. getTypeInfo()Deprecated. -
Uses of IRelativeTypeInfo in gw.lang.reflect
Classes in gw.lang.reflect that implement IRelativeTypeInfo Modifier and Type Class Description classBaseHandBuiltTypeInfoclassDefaultArrayTypeInfoclassFeatureManagerTypeInfoBase<T extends java.lang.CharSequence>Fields in gw.lang.reflect declared as IRelativeTypeInfo Modifier and Type Field Description private IRelativeTypeInfoFeatureManager. _typeInfoConstructors in gw.lang.reflect with parameters of type IRelativeTypeInfo Constructor Description FeatureManager(IRelativeTypeInfo typeInfo, boolean caseSensitive)FeatureManager(IRelativeTypeInfo typeInfo, boolean caseSensitive, boolean addObjectMethods) -
Uses of IRelativeTypeInfo in gw.lang.reflect.gs
Subinterfaces of IRelativeTypeInfo in gw.lang.reflect.gs Modifier and Type Interface Description interfaceIGosuClassTypeInfoMethods in gw.lang.reflect.gs that return IRelativeTypeInfo Modifier and Type Method Description IRelativeTypeInfoICompilableType. getTypeInfo() -
Uses of IRelativeTypeInfo in gw.lang.reflect.java
Subinterfaces of IRelativeTypeInfo in gw.lang.reflect.java Modifier and Type Interface Description interfaceIJavaTypeInfo
-