public interface MethodBodyCreator
Modifier and Type | Method and Description |
---|---|
void |
overrideMethod(org.jboss.classfilewriter.ClassMethod method,
Method superclassMethod)
Generate an overridden method.
|
void overrideMethod(org.jboss.classfilewriter.ClassMethod method, Method superclassMethod)
method
- the method to populatesuperclassMethod
- the method to overrideCopyright © 2012 JBoss by Red Hat. All Rights Reserved.