类 TypeParameterNode

    • 构造器详细资料

      • TypeParameterNode

        public TypeParameterNode​(@NotNull
                                 @NotNull java.lang.String identifier,
                                 @NotNull
                                 @NotNull ClassBoundNode classBound,
                                 @NotNull
                                 @NotNull java.util.List<InterfaceBoundNode> interfaceBounds)
    • 方法详细资料

      • getIdentifier

        @NotNull
        public @NotNull java.lang.String getIdentifier()
      • setIdentifier

        public void setIdentifier​(@NotNull
                                  @NotNull java.lang.String identifier)
      • getClassBound

        @NotNull
        public @NotNull ClassBoundNode getClassBound()
      • setClassBound

        public void setClassBound​(@NotNull
                                  @NotNull ClassBoundNode classBound)
      • getInterfaceBounds

        @NotNull
        public @NotNull java.util.List<InterfaceBoundNode> getInterfaceBounds()
      • setInterfaceBounds

        public void setInterfaceBounds​(@NotNull
                                       @NotNull java.util.List<InterfaceBoundNode> interfaceBounds)
      • toString

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