|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectariba.util.fieldtype.JavaTypeProvider.JavaMethodInfo
public static class JavaTypeProvider.JavaMethodInfo
Method Summary | |
---|---|
int |
getAccessibility()
|
java.lang.String |
getFirstArgumentClassName()
if annotation is set, returns the firstArgumentClassName that was set. |
java.lang.reflect.Method |
getMethod()
|
java.lang.String |
getMungedName()
|
java.lang.String |
getName()
|
java.util.List<TypeInfo> |
getParameters(TypeRetriever retriever)
Returns a List of TypeInfo s for all the parameters
of this . |
TypeInfo |
getParentType()
|
TypeInfo |
getReturnType(TypeRetriever retriever)
Returns the return type as TypeInfo of this . |
TypeInfo |
getType(TypeRetriever retriever)
|
boolean |
isStatic()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public java.lang.String getFirstArgumentClassName()
public java.lang.String getName()
getName
in interface PropertyInfo
public java.lang.String getMungedName()
public boolean isStatic()
isStatic
in interface MethodInfo
public java.lang.reflect.Method getMethod()
public java.util.List<TypeInfo> getParameters(TypeRetriever retriever)
List
of TypeInfo
s for all the parameters
of this
. Empty list would be returned if there is
no parameter. If any parameter type cannot be retrieved, it
returns null
.
getParameters
in interface MethodInfo
public TypeInfo getReturnType(TypeRetriever retriever)
TypeInfo
of this
.
If there is no return type, it returns a void class. If the
return type exists but cannot be found, it returns null
.
getReturnType
in interface MethodInfo
public TypeInfo getType(TypeRetriever retriever)
getType
in interface PropertyInfo
public int getAccessibility()
getAccessibility
in interface PropertyInfo
public java.lang.String toString()
toString
in class java.lang.Object
public TypeInfo getParentType()
getParentType
in interface PropertyInfo
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |