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 class
CompoundTypeInfo
class
GosuClassTypeInfo
class
JavaTypeInfo
class
MetaTypeTypeInfo
-
Uses of IRelativeTypeInfo in gw.internal.gosu.parser.fragments
Classes in gw.internal.gosu.parser.fragments that implement IRelativeTypeInfo Modifier and Type Class Description class
GosuFragmentTypeInfo
Methods in gw.internal.gosu.parser.fragments that return IRelativeTypeInfo Modifier and Type Method Description IRelativeTypeInfo
GosuFragment. getTypeInfo()
Deprecated. -
Uses of IRelativeTypeInfo in gw.lang.reflect
Classes in gw.lang.reflect that implement IRelativeTypeInfo Modifier and Type Class Description class
BaseHandBuiltTypeInfo
class
DefaultArrayTypeInfo
class
FeatureManagerTypeInfoBase<T extends CharSequence>
Constructors 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 interface
IGosuClassTypeInfo
Methods in gw.lang.reflect.gs that return IRelativeTypeInfo Modifier and Type Method Description IRelativeTypeInfo
ICompilableType. getTypeInfo()
-
Uses of IRelativeTypeInfo in gw.lang.reflect.java
Subinterfaces of IRelativeTypeInfo in gw.lang.reflect.java Modifier and Type Interface Description interface
IJavaTypeInfo
-