javassist.expr
public class ConstructorCall extends MethodCall
Method Summary | |
---|---|
CtConstructor | getConstructor()
Returns the called constructor. |
CtMethod | getMethod()
Always throws a NotFoundException .
|
String | getMethodName()
Returns "super" or ""this" . |
boolean | isSuper()
Returns true if the called constructor is not this()
but super() (a constructor declared in the super class). |
NotFoundException
.
See Also: getConstructor
"super"
or ""this"
.this()
but super()
(a constructor declared in the super class).