Uses of Interface
gw.lang.reflect.ITypeInfo
-
Packages that use ITypeInfo Package Description gw.lang gw.lang.parser gw.lang.reflect gw.lang.reflect.gs gw.lang.reflect.java -
-
Uses of ITypeInfo in gw.lang
Methods in gw.lang with parameters of type ITypeInfo Modifier and Type Method Description static IPropertyInfoGosuShop. createLengthProperty(ITypeInfo typeInfo)IPropertyInfoIGosuShop. 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 ITypeInfoIDynamicFunctionSymbol. getDeclaringTypeInfo() -
Uses of ITypeInfo in gw.lang.reflect
Subinterfaces of ITypeInfo in gw.lang.reflect Modifier and Type Interface Description interfaceIRelativeTypeInfoClasses in gw.lang.reflect that implement ITypeInfo Modifier and Type Class Description classBaseHandBuiltTypeInfoclassBaseJavaTypeInfoclassBaseTypeInfoclassDefaultArrayTypeInfoclassFeatureManagerTypeInfoBase<T extends CharSequence>classFunctionTypeInfoclassTypeInfoBaseMethods in gw.lang.reflect that return ITypeInfo Modifier and Type Method Description ITypeInfoDefaultArrayType. getTypeInfo()ITypeInfoFunctionType. getTypeInfo()ITypeInfoIType. getTypeInfo()Get the type information for this intrinsic type.ITypeInfoParameterizedFunctionType. 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 interfaceIGosuClassTypeInfo -
Uses of ITypeInfo in gw.lang.reflect.java
Subinterfaces of ITypeInfo in gw.lang.reflect.java Modifier and Type Interface Description interfaceIJavaTypeInfo
-