Package org.geotools.filter.text.commons
Class BuildResultStack
Object
BuildResultStack
Holds the results of the building process in a stack
Warning: This component is not published. It is part of module implementation. Client module should not use this feature.
- Since:
- 2.4
- Author:
- Mauricio Pazos - Axios Engineering, Gabriel Roldan - Axios Engineering
-
Constructor Details
-
BuildResultStack
-
-
Method Details
-
peek
-
empty
public boolean empty() -
popResult
- Throws:
CQLException
-
popExpression
- Throws:
CQLException
-
popLiteral
- Throws:
CQLException
-
popPropertyName
- Throws:
CQLException
-
popFilter
- Throws:
CQLException
-
popPeriodNode
- Throws:
CQLException
-
popPeriod
- Throws:
CQLException
-
popDoubleValue
- Throws:
CQLException
-
popIntegerValue
- Throws:
CQLException
-
popStringValue
- Throws:
CQLException
-
popIdentifierPart
- Throws:
CQLException
-
popIdentifier
- Throws:
CQLException
-
popGeometry
- Throws:
CQLException
-
push
-
size
public int size()
-