public static class SetOperationContext.Select<ELEMENT> extends java.lang.Object implements SetOperationContext<ELEMENT>
SetOperationContext.Select<ELEMENT>, SetOperationContext.Union<ELEMENT>, SetOperationContext.UnionAll<ELEMENT>, SetOperationContext.Visitor<R>| Modifier and Type | Field and Description |
|---|---|
SelectContext |
context |
| Constructor and Description |
|---|
Select(SelectContext context) |
| Modifier and Type | Method and Description |
|---|---|
<R> R |
accept(SetOperationContext.Visitor<R> visitor) |
public final SelectContext context
public Select(SelectContext context)
public <R> R accept(SetOperationContext.Visitor<R> visitor)
accept in interface SetOperationContext<ELEMENT>