Uses of Class
gw.internal.gosu.parser.MetaType
-
Packages that use MetaType Package Description gw.internal.gosu.ir.transform.util gw.internal.gosu.parser gw.internal.gosu.parser.expressions -
-
Uses of MetaType in gw.internal.gosu.ir.transform.util
Methods in gw.internal.gosu.ir.transform.util with parameters of type MetaType Modifier and Type Method Description static IRTypeIRTypeResolver. getConcreteIRTypeForMetaType(MetaType metaType) -
Uses of MetaType in gw.internal.gosu.parser
Fields in gw.internal.gosu.parser with type parameters of type MetaType Modifier and Type Field Description static LockingLazyVar<MetaType>MetaType. ROOT_TYPE_TYPEMethods in gw.internal.gosu.parser that return MetaType Modifier and Type Method Description static MetaTypeMetaType. get(IType type)static MetaTypeMetaType. getLiteral(IType type)Constructors in gw.internal.gosu.parser with parameters of type MetaType Constructor Description MetaTypeTypeInfo(MetaType intrType) -
Uses of MetaType in gw.internal.gosu.parser.expressions
Methods in gw.internal.gosu.parser.expressions that return MetaType Modifier and Type Method Description MetaTypeTypeLiteral. getType()MetaTypeBlockLiteral. getTypeImpl()protected MetaTypeTypeLiteral. getTypeImpl()
-