Package gw.internal.gosu.parser
Class ConstructorInfoFactoryImpl
- java.lang.Object
-
- gw.internal.gosu.parser.ConstructorInfoFactoryImpl
-
- All Implemented Interfaces:
IConstructorInfoFactory
public class ConstructorInfoFactoryImpl extends Object implements IConstructorInfoFactory
-
-
Constructor Summary
Constructors Constructor Description ConstructorInfoFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IConstructorInfo
create(IFeatureInfo container, IJavaClassConstructor ctor, IConstructorNode docs)
IConstructorType
makeConstructorType(IConstructorInfo ctor)
-
-
-
Method Detail
-
create
public IConstructorInfo create(IFeatureInfo container, IJavaClassConstructor ctor, IConstructorNode docs)
- Specified by:
create
in interfaceIConstructorInfoFactory
-
makeConstructorType
public IConstructorType makeConstructorType(IConstructorInfo ctor)
- Specified by:
makeConstructorType
in interfaceIConstructorInfoFactory
-
-