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 IRType
IRTypeResolver. 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_TYPE
Methods in gw.internal.gosu.parser that return MetaType Modifier and Type Method Description static MetaType
MetaType. get(IType type)
static MetaType
MetaType. 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 MetaType
TypeLiteral. getType()
MetaType
BlockLiteral. getTypeImpl()
protected MetaType
TypeLiteral. getTypeImpl()
-