public class BuilderMethodReference extends BaseMethodReference implements BuilderReference
Reference.InvalidReferenceException| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDefiningClass()
Gets the type of the class that defines the referenced method.
|
int |
getIndex() |
java.lang.String |
getName()
Gets the name of the referenced method.
|
BuilderTypeList |
getParameterTypes()
Gets a list of the types of the parameters of this method.
|
java.lang.String |
getReturnType()
Gets the return type of the referenced method.
|
void |
setIndex(int index) |
compareTo, equals, hashCode, toStringvalidateReferenceclone, finalize, getClass, notify, notifyAll, wait, wait, waitvalidateReference@Nonnull public java.lang.String getDefiningClass()
MethodReferencegetDefiningClass in interface MethodReference@Nonnull public java.lang.String getName()
MethodReferencegetName in interface MethodReference@Nonnull public BuilderTypeList getParameterTypes()
MethodReferencegetParameterTypes in interface MethodReference@Nonnull public java.lang.String getReturnType()
MethodReferencegetReturnType in interface MethodReferencepublic int getIndex()
getIndex in interface BuilderReferencepublic void setIndex(int index)
setIndex in interface BuilderReference