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 IMetaTypePackageType. getLiteralMetaType()IMetaTypeTypeInPackageType. getLiteralMetaType()IMetaTypePackageType. getMetaType()IMetaTypeTypeInPackageType. getMetaType()Constructors in editor with parameters of type IMetaType Constructor Description MetaInfoPopup(IMetaType type, java.lang.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 classMetaTypeMethods in gw.internal.gosu.parser that return IMetaType Modifier and Type Method Description IMetaTypeGosuIndustrialParkImpl. createMetaType(IType type, boolean literal)IMetaTypeTypeLoaderAccess. getDefaultType()IMetaTypeMetaTypeTypeInfo. getOwnersType()IMetaTypeMetaType. getParameterizedType(IType... ofType) -
Uses of IMetaType in gw.lang
Methods in gw.lang that return IMetaType Modifier and Type Method Description static IMetaTypeGosuShop. createMetaType(IType type, boolean literal)IMetaTypeIGosuShop. 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 IMetaTypeITypeLiteralExpression. getType() -
Uses of IMetaType in gw.lang.reflect
Fields in gw.lang.reflect declared as IMetaType Modifier and Type Field Description private IMetaTypeAbstractType. _literalMetaTypeprivate IMetaTypeAbstractType. _metaTypeMethods in gw.lang.reflect that return IMetaType Modifier and Type Method Description IMetaTypeITypeSystem. getDefaultType()static IMetaTypeTypeSystem. getDefaultType()IMetaTypeAbstractType. getLiteralMetaType()IMetaTypeIType. getLiteralMetaType()IMetaTypeAbstractType. getMetaType()IMetaTypeIType. getMetaType()
-