Uses of Interface
gw.lang.reflect.IMetaType
-
Packages that use IMetaType Package Description gw.lang gw.lang.parser.expressions gw.lang.reflect -
-
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
Methods 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()
-