- All Implemented Interfaces:
Visitable
@API(status=STABLE,
since="1.0")
public final class UnionPart
extends Object
implements Visitable
Represents a part of a union.
- Since:
- 1.0
- Author:
- Michael J. Simons
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
isAll
@API(status=INTERNAL)
public boolean isAll()
- Returns:
- True, if an
ALL keyword should be rendered.
-
accept
public void accept(Visitor visitor)
- Specified by:
accept in interface Visitable
- Parameters:
visitor - the visitor to notify, must not be null.