类 MethodDescriptorNode

    • 构造器详细资料

      • MethodDescriptorNode

        public MethodDescriptorNode​(@NotNull
                                    @NotNull java.util.List<FieldTypeNode> parameters,
                                    @NotNull
                                    @NotNull ReturnDescriptorNode returnDescriptor)
    • 方法详细资料

      • getParameters

        @NotNull
        public @NotNull java.util.List<FieldTypeNode> getParameters()
      • setParameters

        public void setParameters​(@NotNull
                                  @NotNull java.util.List<FieldTypeNode> parameters)
      • setReturnDescriptor

        public void setReturnDescriptor​(@NotNull
                                        @NotNull ReturnDescriptorNode returnDescriptor)
      • toString

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