jasco.runtime.aspect
Class ConstructorMethod
java.lang.Object
jasco.runtime.aspect.ConstructorMethod
public class ConstructorMethod
- extends java.lang.Object
Constructor Summary |
ConstructorMethod(java.lang.Class returnType,
java.lang.Class[] args,
java.lang.String[] argnames,
boolean multipleElements)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConstructorMethod
public ConstructorMethod(java.lang.Class returnType,
java.lang.Class[] args,
java.lang.String[] argnames,
boolean multipleElements)
hasReturnType
public boolean hasReturnType()
getArgTypes
public java.lang.Class[] getArgTypes()
getArgNames
public java.lang.String[] getArgNames()
hasMultipleElements
public boolean hasMultipleElements()
isCompatibleReturn
public boolean isCompatibleReturn(java.lang.Class checkReturnType)
isCompatibleArg
public boolean isCompatibleArg(java.lang.Class cl,
int i)