public class PoolMethodProto extends BaseMethodProtoReference implements MethodProtoReference
Reference.InvalidReferenceException| Constructor and Description |
|---|
PoolMethodProto(MethodReference methodReference) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
compareTo, equals, hashCode, toStringvalidateReferenceclone, finalize, getClass, notify, notifyAll, wait, wait, waitcompareTo, equals, hashCodevalidateReferencepublic PoolMethodProto(MethodReference methodReference)
public java.util.List<? extends java.lang.CharSequence> getParameterTypes()
MethodProtoReferencegetParameterTypes in interface MethodProtoReferencepublic java.lang.String getReturnType()
MethodProtoReferencegetReturnType in interface MethodProtoReference