类 MethodSignatureNode

    • 方法详细资料

      • getTypeParameters

        @NotNull
        public @NotNull java.util.List<TypeParameterNode> getTypeParameters()
      • setTypeParameters

        public void setTypeParameters​(@NotNull
                                      @NotNull java.util.List<TypeParameterNode> typeParameters)
      • getArgumentTypes

        @NotNull
        public @NotNull java.util.List<TypeSignatureNode> getArgumentTypes()
      • setArgumentTypes

        public void setArgumentTypes​(@NotNull
                                     @NotNull java.util.List<TypeSignatureNode> argumentTypes)
      • getResult

        @NotNull
        public @NotNull ResultNode getResult()
      • setResult

        public void setResult​(@NotNull
                              @NotNull ResultNode result)
      • getThrowsSignatures

        @NotNull
        public @NotNull java.util.List<ThrowsSignatureNode> getThrowsSignatures()
      • setThrowsSignatures

        public void setThrowsSignatures​(@NotNull
                                        @NotNull java.util.List<ThrowsSignatureNode> throwsSignatures)
      • toString

        @NotNull
        public @NotNull java.lang.String toString()
        覆盖:
        toString 在类中 java.lang.Object