Uses of Interface
gw.lang.reflect.ITypeInfo
-
-
Uses of ITypeInfo in editor
Classes in editor that implement ITypeInfo Modifier and Type Class Description class
PackageTypeInfo
class
TypeInPackageTypeInfo
Methods in editor that return ITypeInfo Modifier and Type Method Description ITypeInfo
PackageType. getTypeInfo()
ITypeInfo
TypeInPackageType. getTypeInfo()
Constructors in editor with parameters of type ITypeInfo Constructor Description PropertyNode(ITypeInfo owner, IPropertyInfo descriptor, boolean arrayicize, IType whosaskin)
-
Uses of ITypeInfo in gw.internal.gosu.dynamic
Classes in gw.internal.gosu.dynamic that implement ITypeInfo Modifier and Type Class Description class
DynamicTypeInfo
Methods in gw.internal.gosu.dynamic that return ITypeInfo Modifier and Type Method Description ITypeInfo
DynamicType. getTypeInfo()
Constructors in gw.internal.gosu.dynamic with parameters of type ITypeInfo Constructor Description DynamicConstructorInfo(ITypeInfo dynamicTypeInfo, IType... paramTypes)
DynamicMethodInfo(ITypeInfo container, String strName, IType... paramTypes)
-
Uses of ITypeInfo in gw.internal.gosu.parser
Classes in gw.internal.gosu.parser that implement ITypeInfo Modifier and Type Class Description class
CompoundTypeInfo
class
ErrorTypeInfo
class
GosuClassTypeInfo
class
ITypeLoaderTypeInfo
class
JavaTypeInfo
class
MetaTypeTypeInfo
class
NamespaceTypeInfo
Fields in gw.internal.gosu.parser declared as ITypeInfo Modifier and Type Field Description static ITypeInfo
ErrorTypeInfo. INSTANCE
Methods in gw.internal.gosu.parser that return ITypeInfo Modifier and Type Method Description ITypeInfo
DynamicFunctionSymbol. getDeclaringTypeInfo()
ITypeInfo
IJavaTypeInternal. getExplicitTypeInfo()
static ITypeInfo
ParsedElement. getQualifyingEnclosingTypeInfo(Stack<IFeatureInfo> enclosingFeatureInfos)
ITypeInfo
CompoundType. getTypeInfo()
ITypeInfo
ErrorType. getTypeInfo()
ITypeInfo
MetaType. getTypeInfo()
ITypeInfo
NamespaceType. getTypeInfo()
ITypeInfo
TypeVariableType. getTypeInfo()
Methods in gw.internal.gosu.parser with parameters of type ITypeInfo Modifier and Type Method Description IPropertyInfo
GosuIndustrialParkImpl. createLengthProperty(ITypeInfo typeInfo)
static MethodList
BeanAccess. getMethods(ITypeInfo beanInfo, IType whosaskin)
List<? extends IMethodInfo>
GosuIndustrialParkImpl. getMethods(ITypeInfo beanInfo, IType ownersIntrinsicType)
static List<? extends IPropertyInfo>
BeanAccess. getProperties(ITypeInfo beanInfo, IType classBean)
List<? extends IPropertyInfo>
GosuIndustrialParkImpl. getProperties(ITypeInfo beanInfo, IType classSource)
static IPropertyInfo
BeanAccess. getProperty(ITypeInfo beanInfo, IType classBean, String strMember)
-
Uses of ITypeInfo in gw.internal.gosu.parser.fragments
Classes in gw.internal.gosu.parser.fragments that implement ITypeInfo Modifier and Type Class Description class
GosuFragmentTypeInfo
-
Uses of ITypeInfo in gw.internal.gosu.parser.types
Methods in gw.internal.gosu.parser.types that return ITypeInfo Modifier and Type Method Description ITypeInfo
ConstructorType. getTypeInfo()
-
Uses of ITypeInfo in gw.internal.gosu.properties
Classes in gw.internal.gosu.properties that implement ITypeInfo Modifier and Type Class Description class
PropertiesTypeInfo
Type info based on aPropertyNode
Methods in gw.internal.gosu.properties that return ITypeInfo Modifier and Type Method Description ITypeInfo
PropertiesType. getTypeInfo()
-
Uses of ITypeInfo in gw.lang
Methods in gw.lang with parameters of type ITypeInfo Modifier and Type Method Description static IPropertyInfo
GosuShop. createLengthProperty(ITypeInfo typeInfo)
IPropertyInfo
IGosuShop. createLengthProperty(ITypeInfo typeInfo)
List<? extends IMethodInfo>
IGosuShop. getMethods(ITypeInfo beanInfo, IType ownersIntrinsicType)
List<? extends IPropertyInfo>
IGosuShop. getProperties(ITypeInfo beanInfo, IType classSource)
-
Uses of ITypeInfo in gw.lang.parser
Methods in gw.lang.parser that return ITypeInfo Modifier and Type Method Description ITypeInfo
IDynamicFunctionSymbol. getDeclaringTypeInfo()
-
Uses of ITypeInfo in gw.lang.reflect
Subinterfaces of ITypeInfo in gw.lang.reflect Modifier and Type Interface Description interface
IRelativeTypeInfo
Classes in gw.lang.reflect that implement ITypeInfo Modifier and Type Class Description class
BaseHandBuiltTypeInfo
class
BaseJavaTypeInfo
class
BaseTypeInfo
class
DefaultArrayTypeInfo
class
FeatureManagerTypeInfoBase<T extends CharSequence>
class
FunctionTypeInfo
class
TypeInfoBase
Methods in gw.lang.reflect that return ITypeInfo Modifier and Type Method Description ITypeInfo
DefaultArrayType. getTypeInfo()
ITypeInfo
FunctionType. getTypeInfo()
ITypeInfo
IType. getTypeInfo()
Get the type information for this intrinsic type.ITypeInfo
ParameterizedFunctionType. getTypeInfo()
Methods in gw.lang.reflect with parameters of type ITypeInfo Modifier and Type Method Description static List<? extends IMethodInfo>
TypeSystem. getMethods(ITypeInfo beanInfo, IType ownersIntrinsicType)
static List<? extends IPropertyInfo>
TypeSystem. getProperties(ITypeInfo beanInfo, IType classSource)
Constructors in gw.lang.reflect with parameters of type ITypeInfo Constructor Description MetaMethodInfoDelegate(ITypeInfo container, IMethodInfo source)
MetaPropertyInfoDelegate(ITypeInfo container, IPropertyInfo source)
MethodInfoBase(ITypeInfo container)
PropertyInfoBase(ITypeInfo container)
-
Uses of ITypeInfo in gw.lang.reflect.gs
Subinterfaces of ITypeInfo in gw.lang.reflect.gs Modifier and Type Interface Description interface
IGosuClassTypeInfo
-
Uses of ITypeInfo in gw.lang.reflect.java
Subinterfaces of ITypeInfo in gw.lang.reflect.java Modifier and Type Interface Description interface
IJavaTypeInfo
-