org.geotools.filter.text.commons
Class Result

Object
  extended by 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

Constructor Summary
Result(Object built, IToken token, int nodeType)
           
Result(Object built2, Token token2, int type)
           
 
Method Summary
 Object getBuilt()
           
 int getNodeType()
           
 IToken getToken()
           
 String toString()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Result

public Result(Object built,
              IToken token,
              int nodeType)

Result

public Result(Object built2,
              Token token2,
              int type)
Method Detail

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-2014 Geotools. All Rights Reserved.