Package gw.internal.gosu.parser
Class TypeInfoFactoryImpl
- java.lang.Object
-
- gw.internal.gosu.parser.TypeInfoFactoryImpl
-
- All Implemented Interfaces:
ITypeInfoFactory
public class TypeInfoFactoryImpl extends Object implements ITypeInfoFactory
-
-
Constructor Summary
Constructors Constructor Description TypeInfoFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IJavaTypeInfo
create(IType intrType, IJavaClassInfo backingClass)
IJavaTypeInfo
create(IType intrType, Class<?> backingClass)
-
-
-
Method Detail
-
create
public IJavaTypeInfo create(IType intrType, Class<?> backingClass)
- Specified by:
create
in interfaceITypeInfoFactory
-
create
public IJavaTypeInfo create(IType intrType, IJavaClassInfo backingClass)
- Specified by:
create
in interfaceITypeInfoFactory
-
-