org.geotools.filter.text.commons
Class Result

java.lang.Object
  extended by org.geotools.filter.text.commons.Result

public final class Result
extends java.lang.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
Version:
$Id: Result.java 31937 2008-12-01 13:54:45Z mauricio.pazos $
Author:
Mauricio Pazos - Axios Engineering, Gabriel Roldan - Axios Engineering

Constructor Summary
Result(java.lang.Object built, IToken token, int nodeType)
           
Result(java.lang.Object built2, org.geotools.filter.text.generated.parsers.Token token2, int type)
           
 
Method Summary
 java.lang.Object getBuilt()
           
 int getNodeType()
           
 IToken getToken()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Result

public Result(java.lang.Object built,
              IToken token,
              int nodeType)

Result

public Result(java.lang.Object built2,
              org.geotools.filter.text.generated.parsers.Token token2,
              int type)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getBuilt

public final java.lang.Object getBuilt()

getNodeType

public final int getNodeType()

getToken

public final IToken getToken()


Copyright © 1996-2010 Geotools. All Rights Reserved.