public interface CodeMethod
| Modifier and Type | Method and Description | 
|---|---|
CodeClass | 
getContainingClass()
The class that contains this method 
 | 
String | 
getDescriptor()
A human-readable description of the class 
 | 
String | 
getFullName()
The fully qualified name for this class 
 | 
int | 
getModifiers()
Get the modifiers, such as PUBLIC, ABSTRACT and so on 
 | 
String | 
getName()
The name of the method. 
 | 
CodeClass | 
getParameterType(int pos)
Get the type of the parameter at a given position 
 | 
CodeClass | 
getReturnType()
Get the return type 
 | 
int | 
numParameters()
Get the number of parameters taken by this method 
 | 
CodeClass getContainingClass()
String getFullName()
String getDescriptor()
int getModifiers()
CodeClass getReturnType()
int numParameters()
CodeClass getParameterType(int pos)
pos - the position to fetch the parameter type forCopyright © 2020 BioJava. All rights reserved.