public final class BuildResultStack extends Object
Warning: This component is not published. It is part of module implementation. Client module should not use this feature.
Constructor and Description |
---|
BuildResultStack(String cqlSource) |
Modifier and Type | Method and Description |
---|---|
boolean |
empty() |
Result |
peek() |
double |
popDoubleValue() |
Expression |
popExpression() |
Filter |
popFilter() |
Geometry |
popGeometry() |
String |
popIdentifier() |
String |
popIdentifierPart() |
int |
popIntegerValue() |
Literal |
popLiteral() |
Period |
popPeriod() |
PeriodNode |
popPeriodNode() |
PropertyName |
popPropertyName() |
Result |
popResult() |
String |
popStringValue() |
void |
push(Result item) |
int |
size() |
public BuildResultStack(String cqlSource)
public Result peek()
public boolean empty()
public Result popResult() throws CQLException
CQLException
public Expression popExpression() throws CQLException
CQLException
public Literal popLiteral() throws CQLException
CQLException
public PropertyName popPropertyName() throws CQLException
CQLException
public Filter popFilter() throws CQLException
CQLException
public PeriodNode popPeriodNode() throws CQLException
CQLException
public Period popPeriod() throws CQLException
CQLException
public double popDoubleValue() throws CQLException
CQLException
public int popIntegerValue() throws CQLException
CQLException
public String popStringValue() throws CQLException
CQLException
public String popIdentifierPart() throws CQLException
CQLException
public String popIdentifier() throws CQLException
CQLException
public Geometry popGeometry() throws CQLException
CQLException
public void push(Result item)
public int size()
Copyright © 1996–2021 Geotools. All rights reserved.