blob: 9116be734b5fda3b6dc5519427f4e4cec8ac431d [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_24) on Sat Jun 11 11:33:00 EEST 2011 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
org.apache.cayenne.exp.parser (Cayenne Documentation 3.0.2 API)
</TITLE>
<META NAME="date" CONTENT="2011-06-11">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
</HEAD>
<BODY BGCOLOR="white">
<FONT size="+1" CLASS="FrameTitleFont">
<A HREF="../../../../../org/apache/cayenne/exp/parser/package-summary.html" target="classFrame">org.apache.cayenne.exp.parser</A></FONT>
<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
<TR>
<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
Interfaces</FONT>&nbsp;
<FONT CLASS="FrameItemFont">
<BR>
<A HREF="ExpressionParserConstants.html" title="interface in org.apache.cayenne.exp.parser" target="classFrame"><I>ExpressionParserConstants</I></A>
<BR>
<A HREF="ExpressionParserTreeConstants.html" title="interface in org.apache.cayenne.exp.parser" target="classFrame"><I>ExpressionParserTreeConstants</I></A>
<BR>
<A HREF="Node.html" title="interface in org.apache.cayenne.exp.parser" target="classFrame"><I>Node</I></A></FONT></TD>
</TR>
</TABLE>
<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
<TR>
<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
Classes</FONT>&nbsp;
<FONT CLASS="FrameItemFont">
<BR>
<A HREF="AggregateConditionNode.html" title="class in org.apache.cayenne.exp.parser" target="classFrame">AggregateConditionNode</A>
<BR>
<A HREF="ASTAdd.html" title="class in org.apache.cayenne.exp.parser" target="classFrame">ASTAdd</A>
<BR>
<A HREF="ASTAnd.html" title="class in org.apache.cayenne.exp.parser" target="classFrame">ASTAnd</A>
<BR>
<A HREF="ASTBetween.html" title="class in org.apache.cayenne.exp.parser" target="classFrame">ASTBetween</A>
<BR>
<A HREF="ASTDbPath.html" title="class in org.apache.cayenne.exp.parser" target="classFrame">ASTDbPath</A>
<BR>
<A HREF="ASTDivide.html" title="class in org.apache.cayenne.exp.parser" target="classFrame">ASTDivide</A>
<BR>
<A HREF="ASTEqual.html" title="class in org.apache.cayenne.exp.parser" target="classFrame">ASTEqual</A>
<BR>
<A HREF="ASTFalse.html" title="class in org.apache.cayenne.exp.parser" target="classFrame">ASTFalse</A>
<BR>
<A HREF="ASTGreater.html" title="class in org.apache.cayenne.exp.parser" target="classFrame">ASTGreater</A>
<BR>
<A HREF="ASTGreaterOrEqual.html" title="class in org.apache.cayenne.exp.parser" target="classFrame">ASTGreaterOrEqual</A>
<BR>
<A HREF="ASTIn.html" title="class in org.apache.cayenne.exp.parser" target="classFrame">ASTIn</A>
<BR>
<A HREF="ASTLess.html" title="class in org.apache.cayenne.exp.parser" target="classFrame">ASTLess</A>
<BR>
<A HREF="ASTLessOrEqual.html" title="class in org.apache.cayenne.exp.parser" target="classFrame">ASTLessOrEqual</A>
<BR>
<A HREF="ASTLike.html" title="class in org.apache.cayenne.exp.parser" target="classFrame">ASTLike</A>
<BR>
<A HREF="ASTLikeIgnoreCase.html" title="class in org.apache.cayenne.exp.parser" target="classFrame">ASTLikeIgnoreCase</A>
<BR>
<A HREF="ASTList.html" title="class in org.apache.cayenne.exp.parser" target="classFrame">ASTList</A>
<BR>
<A HREF="ASTMultiply.html" title="class in org.apache.cayenne.exp.parser" target="classFrame">ASTMultiply</A>
<BR>
<A HREF="ASTNamedParameter.html" title="class in org.apache.cayenne.exp.parser" target="classFrame">ASTNamedParameter</A>
<BR>
<A HREF="ASTNegate.html" title="class in org.apache.cayenne.exp.parser" target="classFrame">ASTNegate</A>
<BR>
<A HREF="ASTNot.html" title="class in org.apache.cayenne.exp.parser" target="classFrame">ASTNot</A>
<BR>
<A HREF="ASTNotBetween.html" title="class in org.apache.cayenne.exp.parser" target="classFrame">ASTNotBetween</A>
<BR>
<A HREF="ASTNotEqual.html" title="class in org.apache.cayenne.exp.parser" target="classFrame">ASTNotEqual</A>
<BR>
<A HREF="ASTNotIn.html" title="class in org.apache.cayenne.exp.parser" target="classFrame">ASTNotIn</A>
<BR>
<A HREF="ASTNotLike.html" title="class in org.apache.cayenne.exp.parser" target="classFrame">ASTNotLike</A>
<BR>
<A HREF="ASTNotLikeIgnoreCase.html" title="class in org.apache.cayenne.exp.parser" target="classFrame">ASTNotLikeIgnoreCase</A>
<BR>
<A HREF="ASTObjPath.html" title="class in org.apache.cayenne.exp.parser" target="classFrame">ASTObjPath</A>
<BR>
<A HREF="ASTOr.html" title="class in org.apache.cayenne.exp.parser" target="classFrame">ASTOr</A>
<BR>
<A HREF="ASTPath.html" title="class in org.apache.cayenne.exp.parser" target="classFrame">ASTPath</A>
<BR>
<A HREF="ASTScalar.html" title="class in org.apache.cayenne.exp.parser" target="classFrame">ASTScalar</A>
<BR>
<A HREF="ASTSubtract.html" title="class in org.apache.cayenne.exp.parser" target="classFrame">ASTSubtract</A>
<BR>
<A HREF="ASTTrue.html" title="class in org.apache.cayenne.exp.parser" target="classFrame">ASTTrue</A>
<BR>
<A HREF="ConditionNode.html" title="class in org.apache.cayenne.exp.parser" target="classFrame">ConditionNode</A>
<BR>
<A HREF="ExpressionParser.html" title="class in org.apache.cayenne.exp.parser" target="classFrame">ExpressionParser</A>
<BR>
<A HREF="ExpressionParserTokenManager.html" title="class in org.apache.cayenne.exp.parser" target="classFrame">ExpressionParserTokenManager</A>
<BR>
<A HREF="JavaCharStream.html" title="class in org.apache.cayenne.exp.parser" target="classFrame">JavaCharStream</A>
<BR>
<A HREF="PatternMatchNode.html" title="class in org.apache.cayenne.exp.parser" target="classFrame">PatternMatchNode</A>
<BR>
<A HREF="SimpleNode.html" title="class in org.apache.cayenne.exp.parser" target="classFrame">SimpleNode</A>
<BR>
<A HREF="Token.html" title="class in org.apache.cayenne.exp.parser" target="classFrame">Token</A></FONT></TD>
</TR>
</TABLE>
<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
<TR>
<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
Exceptions</FONT>&nbsp;
<FONT CLASS="FrameItemFont">
<BR>
<A HREF="ParseException.html" title="class in org.apache.cayenne.exp.parser" target="classFrame">ParseException</A></FONT></TD>
</TR>
</TABLE>
<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
<TR>
<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
Errors</FONT>&nbsp;
<FONT CLASS="FrameItemFont">
<BR>
<A HREF="TokenMgrError.html" title="class in org.apache.cayenne.exp.parser" target="classFrame">TokenMgrError</A></FONT></TD>
</TR>
</TABLE>
</BODY>
</HTML>