org.geotools.filter.text.commons
Interface IToken

All Known Implementing Classes:
TokenAdapter

public interface IToken

Interface must be implemented by the specific compiler. This will be used to send the token to the CQLFilterBuilder.

Warning: This component is not published. It is part of module implementation. Client module should not use this feature.

Since:
2.5
Author:
Mauricio Pazos (Axios Engineering)

Method Summary
 int beginColumn()
           
 int endColumn()
           
 Token getAdapted()
           
 boolean hasNext()
           
 IToken next()
           
 String toString()
           
 

Method Detail

toString

String toString()
Overrides:
toString in class Object

hasNext

boolean hasNext()

next

IToken next()

beginColumn

int beginColumn()

endColumn

int endColumn()

getAdapted

Token getAdapted()


Copyright © 1996-2014 Geotools. All Rights Reserved.