Class UnionPart

  • All Implemented Interfaces:
    Visitable

    @API(status=EXPERIMENTAL,
         since="1.0")
    public final class UnionPart
    extends java.lang.Object
    implements Visitable
    Represents a part of an union.
    Since:
    1.0
    Author:
    Michael J. Simons
    • Method Detail

      • isAll

        @API(status=INTERNAL)
        public boolean isAll()
        Returns:
        True, if an ALL keyword should be rendered.
      • accept

        public void accept​(Visitor visitor)
        Description copied from interface: Visitable
        Accept a Visitor visiting this Visitable and its nested Visitables if applicable.
        Specified by:
        accept in interface Visitable
        Parameters:
        visitor - the visitor to notify, must not be null.