Class PoolMethodProto

    • Constructor Detail

      • PoolMethodProto

        public PoolMethodProto​(MethodReference methodReference)
    • Method Detail

      • getParameterTypes

        public java.util.List<? extends java.lang.CharSequence> getParameterTypes()
        Description copied from interface: MethodProtoReference
        Gets a list of the types of the parameters of this method prototype.
        Specified by:
        getParameterTypes in interface MethodProtoReference
        Returns:
        A list of the parameter types of this method prototype, as strings.
      • getReturnType

        public java.lang.String getReturnType()
        Description copied from interface: MethodProtoReference
        Gets the return type of the referenced method prototype.
        Specified by:
        getReturnType in interface MethodProtoReference
        Returns:
        The return type of the referenced method prototype.