📄 ognlparser.html
字号:
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../ognl/OgnlParser.html#index()">index</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../ognl/OgnlParser.html#keyValueExpression()">keyValueExpression</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../ognl/OgnlParser.html#logicalAndExpression()">logicalAndExpression</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../ognl/OgnlParser.html#logicalOrExpression()">logicalOrExpression</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../ognl/OgnlParser.html#methodCall()">methodCall</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../ognl/OgnlParser.html#multiplicativeExpression()">multiplicativeExpression</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../ognl/OgnlParser.html#navigationChain()">navigationChain</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../ognl/OgnlParser.html#primaryExpression()">primaryExpression</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../ognl/OgnlParser.html#projection()">projection</A></B>()</CODE>
<BR>
Apply an expression to all elements of a collection, creating a new collection as the result.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../ognl/OgnlParser.html#propertyName()">propertyName</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../ognl/OgnlParser.html#ReInit(java.io.InputStream)">ReInit</A></B>(java.io.InputStream stream)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../ognl/OgnlParser.html#ReInit(ognl.OgnlParserTokenManager)">ReInit</A></B>(<A HREF="../ognl/OgnlParserTokenManager.html" title="class in ognl">OgnlParserTokenManager</A> tm)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../ognl/OgnlParser.html#ReInit(java.io.Reader)">ReInit</A></B>(java.io.Reader stream)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../ognl/OgnlParser.html#relationalExpression()">relationalExpression</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../ognl/OgnlParser.html#selectAll()">selectAll</A></B>()</CODE>
<BR>
Apply a boolean expression to all elements of a collection, creating a new collection containing those elements for which the expression returned true.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../ognl/OgnlParser.html#selectFirst()">selectFirst</A></B>()</CODE>
<BR>
Apply a boolean expression to all elements of a collection, creating a new collection containing those elements for the first element for which the expression returned true.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../ognl/OgnlParser.html#selection()">selection</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../ognl/OgnlParser.html#selectLast()">selectLast</A></B>()</CODE>
<BR>
Apply a boolean expression to all elements of a collection, creating a new collection containing those elements for the first element for which the expression returned true.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../ognl/OgnlParser.html#shiftExpression()">shiftExpression</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../ognl/OgnlParser.html#staticMethodCall(java.lang.String)">staticMethodCall</A></B>(java.lang.String className)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../ognl/OgnlParser.html#staticReference()">staticReference</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../ognl/Node.html" title="interface in ognl">Node</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../ognl/OgnlParser.html#topLevelExpression()">topLevelExpression</A></B>()</CODE>
<BR>
This is the top-level construct of OGNL.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../ognl/OgnlParser.html#unaryExpression()">unaryExpression</A></B>()</CODE>
<BR>
</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Methods inherited from class java.lang.Object</B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
<P>
<!-- ============ FIELD DETAIL =========== -->
<A NAME="field_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Field Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="jjtree"><!-- --></A><H3>
jjtree</H3>
<PRE>
protected ognl.JJTOgnlParserState <B>jjtree</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="token_source"><!-- --></A><H3>
token_source</H3>
<PRE>
public <A HREF="../ognl/OgnlParserTokenManager.html" title="class in ognl">OgnlParserTokenManager</A> <B>token_source</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="token"><!-- --></A><H3>
token</H3>
<PRE>
public <A HREF="../ognl/Token.html" title="class in ognl">Token</A> <B>token</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="jj_nt"><!-- --></A><H3>
jj_nt</H3>
<PRE>
public <A HREF="../ognl/Token.html" title="class in ognl">Token</A> <B>jj_nt</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="lookingAhead"><!-- --></A><H3>
lookingAhead</H3>
<PRE>
public boolean <B>lookingAhead</B></PRE>
<DL>
<DL>
</DL>
</DL>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="OgnlParser(java.io.InputStream)"><!-- --></A><H3>
OgnlParser</H3>
<PRE>
public <B>OgnlParser</B>(java.io.InputStream stream)</PRE>
<DL>
</DL>
<HR>
<A NAME="OgnlParser(java.io.Reader)"><!-- --></A><H3>
OgnlParser</H3>
<PRE>
public <B>OgnlParser</B>(java.io.Reader stream)</PRE>
<DL>
</DL>
<HR>
<A NAME="OgnlParser(ognl.OgnlParserTokenManager)"><!-- --></A><H3>
OgnlParser</H3>
<PRE>
public <B>OgnlParser</B>(<A HREF="../ognl/OgnlParserTokenManager.html" title="class in ognl">OgnlParserTokenManager</A> tm)</PRE>
<DL>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Method Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="topLevelExpression()"><!-- --></A><H3>
topLevelExpression</H3>
<PRE>
public final <A HREF="../ognl/Node.html" title="interface in ognl">Node</A> <B>topLevelExpression</B>() throws <A HREF="../ognl/ParseException.html" title="class in ognl">ParseException</A></PRE>
<DL>
<DD>This is the top-level construct of OGNL.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Throws:</B><DD><CODE><A HREF="../ognl/ParseException.html" title="class in ognl">ParseException</A></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="expression()"><!-- --></A><H3>
expression</H3>
<PRE>
public final void <B>expression</B>() throws <A HREF="../ognl/ParseException.html" title="class in ognl">ParseException</A></PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Throws:</B><DD><CODE><A HREF="../ognl/ParseException.html" title="class in ognl">ParseException</A></CODE></DL>
</DD>
</DL>
<HR>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -