public class DefaultConstructorBodyCreator extends Object implements ConstructorBodyCreator
super().| Modifier and Type | Field and Description |
|---|---|
static DefaultConstructorBodyCreator |
INSTANCE
The singleton instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
overrideConstructor(org.jboss.classfilewriter.ClassMethod method,
Constructor<?> constructor)
Generate an overridden constructor.
|
public static final DefaultConstructorBodyCreator INSTANCE
public void overrideConstructor(org.jboss.classfilewriter.ClassMethod method,
Constructor<?> constructor)
overrideConstructor in interface ConstructorBodyCreatormethod - the class method to populateconstructor - the constructor to overrideCopyright © 2012 JBoss by Red Hat. All Rights Reserved.