org.geotools.filter.text.commons
Class Result
Object
Result
public final class Result
- extends Object
Maintains the result of building process.
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
- Module:
modules/library/cql (gt-cql.jar)
Result
public Result(Object built,
IToken token,
int nodeType)
Result
public Result(Object built2,
Token token2,
int type)
toString
public String toString()
- Overrides:
toString
in class Object
getBuilt
public final Object getBuilt()
getNodeType
public final int getNodeType()
getToken
public final IToken getToken()
Copyright © 1996-2009 Geotools. All Rights Reserved.