Class MethodSignatureNode

    • Method Detail

      • 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)
      • accept

        public <R,​P> R accept​(ASTNodeVisitor<R,​P> visitor,
                                    P arg)
      • toString

        @NotNull
        public @NotNull java.lang.String toString()
        Overrides:
        toString in class java.lang.Object