org.eigenbase.sql.parser
Class SqlParserUtil.ToTreeListItem

java.lang.Object
  extended by org.eigenbase.sql.parser.SqlParserUtil.ToTreeListItem
Enclosing class:
SqlParserUtil

public static class SqlParserUtil.ToTreeListItem
extends Object

Class that holds a SqlOperator and a SqlParserPos. Used by SqlSpecialOperator.reduceExpr(int, java.util.List) and the parser to associate a parsed operator with a parser position.


Field Summary
private  SqlOperator op
           
private  SqlParserPos pos
           
 
Constructor Summary
SqlParserUtil.ToTreeListItem(SqlOperator op, SqlParserPos pos)
           
 
Method Summary
 SqlOperator getOperator()
           
 SqlParserPos getPos()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

op

private final SqlOperator op

pos

private final SqlParserPos pos
Constructor Detail

SqlParserUtil.ToTreeListItem

public SqlParserUtil.ToTreeListItem(SqlOperator op,
                                    SqlParserPos pos)
Method Detail

getOperator

public SqlOperator getOperator()

getPos

public SqlParserPos getPos()