| Package | Description |
|---|---|
| xapi.bytecode |
| Modifier and Type | Method and Description |
|---|---|
static CtConstructor |
CtNewConstructor.copy(CtConstructor c,
CtClass declaring,
ClassMap map)
Creates a copy of a constructor.
|
void |
CtClass.replaceClassName(ClassMap map)
Changes class names appearing in the class file according to the
given
map. |
void |
CtConstructor.setBody(CtConstructor src,
ClassMap map)
Copies a constructor body from another constructor.
|
CtMethod |
CtConstructor.toMethod(String name,
CtClass declaring,
ClassMap map)
Makes a copy of this constructor and converts it into a method.
|
| Constructor and Description |
|---|
CtConstructor(CtConstructor src,
CtClass declaring,
ClassMap map)
Creates a copy of a
CtConstructor object. |
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.