Package gw.lang.parser
Interface IConstructorInfoFactory
-
- All Known Implementing Classes:
ConstructorInfoFactoryImpl
public interface IConstructorInfoFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IConstructorInfo
create(IFeatureInfo container, IJavaClassConstructor ctor, IConstructorNode docs)
IConstructorType
makeConstructorType(IConstructorInfo ctor)
-
-
-
Method Detail
-
create
IConstructorInfo create(IFeatureInfo container, IJavaClassConstructor ctor, IConstructorNode docs)
-
makeConstructorType
IConstructorType makeConstructorType(IConstructorInfo ctor)
-
-