public class BuilderMethodProtoReference extends BaseMethodProtoReference implements MethodProtoReference, BuilderReference
Reference.InvalidReferenceException| Constructor and Description |
|---|
BuilderMethodProtoReference(BuilderStringReference shorty,
BuilderTypeList parameterTypes,
BuilderTypeReference returnType) |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex() |
java.util.List<? extends java.lang.CharSequence> |
getParameterTypes()
Gets a list of the types of the parameters of this method prototype.
|
java.lang.String |
getReturnType()
Gets the return type of the referenced method prototype.
|
void |
setIndex(int index) |
compareTo, equals, hashCode, toStringvalidateReferenceclone, finalize, getClass, notify, notifyAll, wait, wait, waitcompareTo, equals, hashCodevalidateReferencepublic BuilderMethodProtoReference(@Nonnull
BuilderStringReference shorty,
@Nonnull
BuilderTypeList parameterTypes,
@Nonnull
BuilderTypeReference returnType)
@Nonnull public java.util.List<? extends java.lang.CharSequence> getParameterTypes()
MethodProtoReferencegetParameterTypes in interface MethodProtoReference@Nonnull public java.lang.String getReturnType()
MethodProtoReferencegetReturnType in interface MethodProtoReferencepublic int getIndex()
getIndex in interface BuilderReferencepublic void setIndex(int index)
setIndex in interface BuilderReference