Uses of Interface
gw.lang.reflect.IMetaType
-
Packages that use IMetaType Package Description editor gw.internal.gosu.parser gw.lang gw.lang.parser.expressions gw.lang.reflect -
-
Uses of IMetaType in editor
Methods in editor that return IMetaType Modifier and Type Method Description IMetaType
PackageType. getLiteralMetaType()
IMetaType
TypeInPackageType. getLiteralMetaType()
IMetaType
PackageType. getMetaType()
IMetaType
TypeInPackageType. getMetaType()
Constructors in editor with parameters of type IMetaType Constructor Description MetaInfoPopup(IMetaType type, String strMemberPath, boolean bConstrainByLastPathElement, GosuEditor editor)
-
Uses of IMetaType in gw.internal.gosu.parser
Classes in gw.internal.gosu.parser that implement IMetaType Modifier and Type Class Description class
MetaType
Methods in gw.internal.gosu.parser that return IMetaType Modifier and Type Method Description IMetaType
GosuIndustrialParkImpl. createMetaType(IType type, boolean literal)
IMetaType
TypeLoaderAccess. getDefaultType()
IMetaType
MetaTypeTypeInfo. getOwnersType()
IMetaType
MetaType. getParameterizedType(IType... ofType)
-
Uses of IMetaType in gw.lang
Methods in gw.lang that return IMetaType Modifier and Type Method Description static IMetaType
GosuShop. createMetaType(IType type, boolean literal)
IMetaType
IGosuShop. createMetaType(IType type, boolean literal)
-
Uses of IMetaType in gw.lang.parser.expressions
Methods in gw.lang.parser.expressions that return IMetaType Modifier and Type Method Description IMetaType
ITypeLiteralExpression. getType()
-
Uses of IMetaType in gw.lang.reflect
Methods in gw.lang.reflect that return IMetaType Modifier and Type Method Description IMetaType
ITypeSystem. getDefaultType()
static IMetaType
TypeSystem. getDefaultType()
IMetaType
AbstractType. getLiteralMetaType()
IMetaType
IType. getLiteralMetaType()
IMetaType
AbstractType. getMetaType()
IMetaType
IType. getMetaType()
-