public class FromPreviousQueryExpression extends Object implements IASTObject
| Constructor and Description |
|---|
FromPreviousQueryExpression(DomainObjectMatch<?> actualMatch,
DomainObjectMatch<?> previousMatch) |
FromPreviousQueryExpression(DomainObjectMatch<?> actualMatch,
List<?> previousObjects) |
| Modifier and Type | Method and Description |
|---|---|
DomainObjectMatch<?> |
getActualMatch() |
DomainObjectMatch<?> |
getPreviousMatch() |
List<?> |
getPreviousObjects() |
public FromPreviousQueryExpression(DomainObjectMatch<?> actualMatch, DomainObjectMatch<?> previousMatch)
public FromPreviousQueryExpression(DomainObjectMatch<?> actualMatch, List<?> previousObjects)
public DomainObjectMatch<?> getActualMatch()
public DomainObjectMatch<?> getPreviousMatch()
public List<?> getPreviousObjects()
Copyright © 2016. All rights reserved.