public interface ConstructorJoinpoint extends Joinpoint
Modifier and Type | Method and Description |
---|---|
Object[] |
getArguments()
Get the arguments for the constructor
|
ConstructorInfo |
getConstructorInfo()
Get the constructor info for this join point
|
void |
setArguments(Object[] args)
Set the arguments for the constructor
|
clone, dispatch, toHumanReadableString
ConstructorInfo getConstructorInfo()
Object[] getArguments()
void setArguments(Object[] args)
args
- the argumentsCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.