Uses of Interface
gw.lang.reflect.ITypeInfo
Packages that use ITypeInfo
Package
Description
-
Uses of ITypeInfo in editor
Modifier and TypeMethodDescriptionprivate void
BeanTree.addFeatureNodes
(ITypeInfo beanInfo, boolean arrayicize) private void
BeanTree.addMethodNodes
(ITypeInfo beanInfo) private void
BeanTree.addPropertyNodes
(ITypeInfo beanInfo, boolean arrayicize) private boolean
BeanTree.isHidden
(ITypeInfo beanInfo, IAttributedFeatureInfo feature) private boolean
BeanTree.mutualExclusiveStaticFilter
(ITypeInfo beanInfo, IAttributedFeatureInfo descriptor) ModifierConstructorDescriptionprivate
BeanTree
(ITypeInfo owner, IPropertyInfo pi, boolean arrayicize, BeanTree parent) (package private)
BeanTree
(ITypeInfo owner, IPropertyInfo pi, boolean arrayicize, IType whosAskin, TreeNode parent) MyPropertyRef
(ITypeInfo owner, IPropertyInfo propInfo, IType whosaskin) 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 ITypeInfoMethods in gw.internal.gosu.dynamic that return ITypeInfoConstructors in gw.internal.gosu.dynamic with parameters of type ITypeInfoModifierConstructorDescriptionDynamicConstructorInfo
(ITypeInfo dynamicTypeInfo, IType... paramTypes) protected
DynamicMethodInfo
(ITypeInfo container, String strName, IType... paramTypes) (package private)
DynamicPropertyInfo
(ITypeInfo container, String strName) -
Uses of ITypeInfo in gw.internal.gosu.ir.compiler.bytecode.expression
Methods in gw.internal.gosu.ir.compiler.bytecode.expression with parameters of type ITypeInfoModifier and TypeMethodDescriptionprivate String
StructuralTypeProxyGenerator.getReflectiveName
(IAttributedFeatureInfo pi, IType rootType, ITypeInfo rootTypeInfo) -
Uses of ITypeInfo in gw.internal.gosu.parser
Classes in gw.internal.gosu.parser that implement ITypeInfoModifier and TypeClassDescriptionclass
class
class
class
class
class
class
Fields in gw.internal.gosu.parser declared as ITypeInfoModifier and TypeFieldDescriptionprivate ITypeInfo
CompoundType._typeInfo
private ITypeInfo
JavaType._typeInfo
static final ITypeInfo
ErrorTypeInfo.INSTANCE
Fields in gw.internal.gosu.parser with type parameters of type ITypeInfoModifier and TypeFieldDescriptionprivate Map<IRelativeTypeInfo.Accessibility,
ITypeInfo> MetaType._typeInfoByAccessibility
Methods in gw.internal.gosu.parser that return ITypeInfoModifier and TypeMethodDescriptionprivate ITypeInfo
JavaType.convertToTypeInfo()
DynamicFunctionSymbol.getDeclaringTypeInfo()
IJavaTypeInternal.getExplicitTypeInfo()
JavaType.getExplicitTypeInfo()
static ITypeInfo
ParsedElement.getQualifyingEnclosingTypeInfo
(Stack<IFeatureInfo> enclosingFeatureInfos) CompoundType.getTypeInfo()
ErrorType.getTypeInfo()
JavaType.getTypeInfo()
MetaType.getTypeInfo()
NamespaceType.getTypeInfo()
TypeVariableType.getTypeInfo()
private ITypeInfo
JavaType.loadTypeInfo()
private ITypeInfo
MetaType.loadTypeInfo()
Methods in gw.internal.gosu.parser with parameters of type ITypeInfoModifier and TypeMethodDescriptionGosuIndustrialParkImpl.createLengthProperty
(ITypeInfo typeInfo) static MethodList
BeanAccess.getMethods
(ITypeInfo beanInfo, IType whosaskin) List<? extends IMethodInfo>
GosuIndustrialParkImpl.getMethods
(ITypeInfo beanInfo, IType ownersIntrinsicType) private List<? extends IMethodInfo>
MetaTypeTypeInfo.getMethods
(ITypeInfo typeInfo) 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) private MethodList
MetaTypeTypeInfo.mergeMethods
(ITypeInfo typeTypeInfo) private Map<CharSequence,
IPropertyInfo> MetaTypeTypeInfo.mergeProperties
(ITypeInfo typeTypeInfo) private boolean
GosuClassParser.overridesMethodWithDefaultParams
(FunctionStatement func, ITypeInfo typeInfo) Constructors in gw.internal.gosu.parser with parameters of type ITypeInfo -
Uses of ITypeInfo in gw.internal.gosu.parser.expressions
Methods in gw.internal.gosu.parser.expressions with parameters of type ITypeInfoModifier and TypeMethodDescriptionprivate IConstructorInfo
FeatureLiteral.getSingleConsructor
(IType typeToResolveAgainst, ITypeInfo typeInfo) private IMethodInfo
FeatureLiteral.getSingleMethodWithName
(String methodName, IType typeToResolveAgainst, ITypeInfo typeInfo) -
Uses of ITypeInfo in gw.internal.gosu.parser.fragments
Classes in gw.internal.gosu.parser.fragments that implement ITypeInfo -
Uses of ITypeInfo in gw.internal.gosu.parser.types
Methods in gw.internal.gosu.parser.types that return ITypeInfo -
Uses of ITypeInfo in gw.internal.gosu.properties
Classes in gw.internal.gosu.properties that implement ITypeInfoMethods in gw.internal.gosu.properties that return ITypeInfo -
Uses of ITypeInfo in gw.lang
Modifier and TypeMethodDescriptionstatic IPropertyInfo
GosuShop.createLengthProperty
(ITypeInfo typeInfo) 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 -
Uses of ITypeInfo in gw.lang.reflect
Subinterfaces of ITypeInfo in gw.lang.reflectClasses in gw.lang.reflect that implement ITypeInfoModifier and TypeClassDescriptionclass
class
class
class
class
FeatureManagerTypeInfoBase<T extends CharSequence>
class
class
Fields in gw.lang.reflect declared as ITypeInfoModifier and TypeFieldDescriptionprivate ITypeInfo
MethodInfoBase._container
private ITypeInfo
PropertyInfoBase._container
private ITypeInfo
DefaultArrayType._typeInfo
Methods in gw.lang.reflect that return ITypeInfoModifier and TypeMethodDescriptionfinal ITypeInfo
DefaultArrayType.getTypeInfo()
FunctionType.getTypeInfo()
IType.getTypeInfo()
Get the type information for this intrinsic type.ParameterizedFunctionType.getTypeInfo()
Methods in gw.lang.reflect with parameters of type ITypeInfoModifier and TypeMethodDescriptionstatic 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 ITypeInfoModifierConstructorDescriptionMetaMethodInfoDelegate
(ITypeInfo container, IMethodInfo source) MetaPropertyInfoDelegate
(ITypeInfo container, IPropertyInfo source) protected
MethodInfoBase
(ITypeInfo container) protected
PropertyInfoBase
(ITypeInfo container) -
Uses of ITypeInfo in gw.lang.reflect.gs
Subinterfaces of ITypeInfo in gw.lang.reflect.gs -
Uses of ITypeInfo in gw.lang.reflect.java
Subinterfaces of ITypeInfo in gw.lang.reflect.java