public interface Group extends SupportsExpr
Abstract representation of a group of atoms in a query
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(Group theGroup) |
boolean |
isOptional() |
int |
size() |
exprboolean isOptional()
void addChild(Group theGroup)
int size()
Copyright © 2015-2018 Eclipse Foundation. All Rights Reserved.