Uses of Interface
gw.lang.reflect.java.IJavaTypeInfo
-
Packages that use IJavaTypeInfo Package Description gw.internal.gosu.parser gw.lang.reflect -
-
Uses of IJavaTypeInfo in gw.internal.gosu.parser
Classes in gw.internal.gosu.parser that implement IJavaTypeInfo Modifier and Type Class Description class
JavaTypeInfo
Methods in gw.internal.gosu.parser that return IJavaTypeInfo Modifier and Type Method Description IJavaTypeInfo
TypeInfoFactoryImpl. create(IType intrType, IJavaClassInfo backingClass)
IJavaTypeInfo
TypeInfoFactoryImpl. create(IType intrType, Class<?> backingClass)
-
Uses of IJavaTypeInfo in gw.lang.reflect
Methods in gw.lang.reflect that return IJavaTypeInfo Modifier and Type Method Description IJavaTypeInfo
ITypeInfoFactory. create(IType intrType, IJavaClassInfo backingClass)
IJavaTypeInfo
ITypeInfoFactory. create(IType intrType, Class<?> backingClass)
-