|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.core.ColumnNamedNodeSwapper
public class ColumnNamedNodeSwapper
A utility class for replacing select-clause column names with their definitions in expression node trees.
Constructor Summary | |
---|---|
ColumnNamedNodeSwapper()
|
Method Summary | |
---|---|
static ExprNode |
swap(ExprNode exprTree,
java.lang.String columnName,
ExprNode fullExpr)
Replace all instances of the node representing the colum name with the full expression. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ColumnNamedNodeSwapper()
Method Detail |
---|
public static ExprNode swap(ExprNode exprTree, java.lang.String columnName, ExprNode fullExpr)
exprTree
- - the expression node tree to make the changes incolumnName
- - the select-clause name that is to be expandedfullExpr
- - the full expression that the column name represents
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |