| Methods in org.fuin.srcgen4javassist.factory with parameters of type ImplementationFactoryListener |
SgClass |
ImplementationFactory.create(String implPackageName,
String implClassName,
ImplementationFactoryListener listener,
Class<?>... intf)
Creates an implementation of the interface. |
SgClass |
ImplementationFactory.create(String implPackageName,
String implClassName,
SgClass superClass,
SgClass enclosingClass,
ImplementationFactoryListener listener,
Class<?>... intf)
Creates an implementation of the interface. |
SgClass |
VarListImplementationFactory.create(String implPackageName,
String implClassName,
SgClass superClass,
SgClass enclosingClass,
List<SgVariable> vars,
ImplementationFactoryListener listener,
Class<?>... intf)
Creates an implementation of the interface. |