Interface MultiDescriptor

    • Method Detail

      • getType

        Type getType()
      • setType

        void setType​(Type type)
      • getNames

        java.util.List<Name> getNames()
      • setNames

        void setNames​(java.util.List<Name> names)
      • getAttributes

        java.util.List<NamedExpr> getAttributes()
      • setAttributes

        void setAttributes​(java.util.List<NamedExpr> attributes)
      • accept

        default <P,​R> R accept​(Node.Visitor<P,​R> visitor,
                                     P par)
        Specified by:
        accept in interface Node