Class TypeVariableSignatureNode

    • Constructor Summary

      Constructors 
      Constructor Description
      TypeVariableSignatureNode​(@NotNull java.lang.String identifier)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <R,​P>
      R
      accept​(ASTNodeVisitor<R,​P> visitor, P arg)  
      @NotNull java.lang.String getIdentifier()  
      void setIdentifier​(@NotNull java.lang.String identifier)  
      @NotNull java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TypeVariableSignatureNode

        public TypeVariableSignatureNode​(@NotNull
                                         @NotNull java.lang.String identifier)
    • Method Detail

      • getIdentifier

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

        public void setIdentifier​(@NotNull
                                  @NotNull java.lang.String identifier)
      • 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