|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IClassItem
Interface for field or method information. Provides the information needed for access to the item.
| Method Summary | |
|---|---|
int |
getAccessFlags()
Get access flags. |
int |
getArgumentCount()
Get number of arguments for method. |
String |
getArgumentType(int index)
Get argument type as fully qualified class name. |
String |
getExceptionJavaDoc(int index)
Get method throws JavaDoc description, if available. |
String[] |
getExceptions()
Get names of exceptions thrown by method. |
String |
getGenericsSignature()
Get the generics signature information for item. |
String |
getJavaDoc()
Get item JavaDoc description, if available. |
String |
getName()
Get item name. |
IClass |
getOwningClass()
Get owning class information. |
String |
getParameterJavaDoc(int index)
Get method parameter JavaDoc description, if available. |
String |
getParameterName(int index)
Get method parameter name, if available. |
String |
getReturnJavaDoc()
Get return JavaDoc description for method, if available. |
String |
getSignature()
Get field or method signature. |
String |
getTypeName()
Get item type as fully qualified class name. |
boolean |
isInitializer()
Check if item is an initializer. |
boolean |
isMethod()
Check if item is a method. |
| Method Detail |
|---|
IClass getOwningClass()
String getName()
String getJavaDoc()
null if not available)String getTypeName()
String getReturnJavaDoc()
null if not available)int getArgumentCount()
-1 if not a methodString getArgumentType(int index)
index - argument number
String getParameterName(int index)
index - parameter number
null if not available)String getParameterJavaDoc(int index)
index - parameter number
null if not available)int getAccessFlags()
String getSignature()
boolean isMethod()
true if a method, false if a fieldboolean isInitializer()
true if an initializer, false if a
field or normal methodString[] getExceptions()
null if
a fieldString getExceptionJavaDoc(int index)
index - exception index (into array returned by
getExceptions()
null if not available)String getGenericsSignature()
null if none)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||