public class UnionExpression extends Object implements IASTObject
| Constructor and Description |
|---|
UnionExpression(boolean union) |
| Modifier and Type | Method and Description |
|---|---|
DomainObjectMatch<?> |
getCommonTraversalSource() |
IASTObject |
getLastOfUnionBase() |
DomainObjectMatch<?> |
getResult() |
List<DomainObjectMatch<?>> |
getSources() |
boolean |
isLastOfSources(DomainObjectMatch<?> dom) |
boolean |
isUnion() |
void |
setLastOfUnionBase(IASTObject lastOfUnionBase) |
void |
setResult(DomainObjectMatch<?> result) |
public DomainObjectMatch<?> getResult()
public void setResult(DomainObjectMatch<?> result)
public List<DomainObjectMatch<?>> getSources()
public DomainObjectMatch<?> getCommonTraversalSource()
public boolean isUnion()
public IASTObject getLastOfUnionBase()
public void setLastOfUnionBase(IASTObject lastOfUnionBase)
public boolean isLastOfSources(DomainObjectMatch<?> dom)
Copyright © 2016. All rights reserved.