Class ArrayTypeNode

    • Constructor Detail

      • ArrayTypeNode

        public ArrayTypeNode​(@NotNull
                             @NotNull FieldTypeNode componentType)
    • Method Detail

      • setComponentType

        public void setComponentType​(@NotNull
                                     @NotNull FieldTypeNode componentType)
      • accept

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

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