📄 expressionnode.html
字号:
<BR>
</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_ognl.SimpleNode"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Methods inherited from class ognl.<A HREF="../ognl/SimpleNode.html" title="class in ognl">SimpleNode</A></B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../ognl/SimpleNode.html#dump(java.io.PrintWriter, java.lang.String)">dump</A>, <A HREF="../ognl/SimpleNode.html#evaluateGetValueBody(ognl.OgnlContext, java.lang.Object)">evaluateGetValueBody</A>, <A HREF="../ognl/SimpleNode.html#evaluateSetValueBody(ognl.OgnlContext, java.lang.Object, java.lang.Object)">evaluateSetValueBody</A>, <A HREF="../ognl/SimpleNode.html#flattenTree()">flattenTree</A>, <A HREF="../ognl/SimpleNode.html#getIndexInParent()">getIndexInParent</A>, <A HREF="../ognl/SimpleNode.html#getNextSibling()">getNextSibling</A>, <A HREF="../ognl/SimpleNode.html#getValue(ognl.OgnlContext, java.lang.Object)">getValue</A>, <A HREF="../ognl/SimpleNode.html#getValueBody(ognl.OgnlContext, java.lang.Object)">getValueBody</A>, <A HREF="../ognl/SimpleNode.html#isNodeSimpleProperty(ognl.OgnlContext)">isNodeSimpleProperty</A>, <A HREF="../ognl/SimpleNode.html#isSimpleNavigationChain(ognl.OgnlContext)">isSimpleNavigationChain</A>, <A HREF="../ognl/SimpleNode.html#isSimpleProperty(ognl.OgnlContext)">isSimpleProperty</A>, <A HREF="../ognl/SimpleNode.html#jjtAddChild(ognl.Node, int)">jjtAddChild</A>, <A HREF="../ognl/SimpleNode.html#jjtClose()">jjtClose</A>, <A HREF="../ognl/SimpleNode.html#jjtGetChild(int)">jjtGetChild</A>, <A HREF="../ognl/SimpleNode.html#jjtGetNumChildren()">jjtGetNumChildren</A>, <A HREF="../ognl/SimpleNode.html#jjtGetParent()">jjtGetParent</A>, <A HREF="../ognl/SimpleNode.html#jjtOpen()">jjtOpen</A>, <A HREF="../ognl/SimpleNode.html#jjtSetParent(ognl.Node)">jjtSetParent</A>, <A HREF="../ognl/SimpleNode.html#setValue(ognl.OgnlContext, java.lang.Object, java.lang.Object)">setValue</A>, <A HREF="../ognl/SimpleNode.html#setValueBody(ognl.OgnlContext, java.lang.Object, java.lang.Object)">setValueBody</A>, <A HREF="../ognl/SimpleNode.html#toString(java.lang.String)">toString</A></CODE></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, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
<P>
<!-- ============ FIELD DETAIL =========== -->
<!-- ========= 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="ExpressionNode(int)"><!-- --></A><H3>
ExpressionNode</H3>
<PRE>
public <B>ExpressionNode</B>(int i)</PRE>
<DL>
</DL>
<HR>
<A NAME="ExpressionNode(ognl.OgnlParser, int)"><!-- --></A><H3>
ExpressionNode</H3>
<PRE>
public <B>ExpressionNode</B>(<A HREF="../ognl/OgnlParser.html" title="class in ognl">OgnlParser</A> p, int i)</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="isNodeConstant(ognl.OgnlContext)"><!-- --></A><H3>
isNodeConstant</H3>
<PRE>
public boolean <B>isNodeConstant</B>(<A HREF="../ognl/OgnlContext.html" title="class in ognl">OgnlContext</A> context) throws <A HREF="../ognl/OgnlException.html" title="class in ognl">OgnlException</A></PRE>
<DL>
<DD>Returns true iff this node is constant without respect to the children.
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../ognl/SimpleNode.html#isNodeConstant(ognl.OgnlContext)">isNodeConstant</A></CODE> in class <CODE><A HREF="../ognl/SimpleNode.html" title="class in ognl">SimpleNode</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Throws:</B><DD><CODE><A HREF="../ognl/OgnlException.html" title="class in ognl">OgnlException</A></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="isConstant(ognl.OgnlContext)"><!-- --></A><H3>
isConstant</H3>
<PRE>
public boolean <B>isConstant</B>(<A HREF="../ognl/OgnlContext.html" title="class in ognl">OgnlContext</A> context) throws <A HREF="../ognl/OgnlException.html" title="class in ognl">OgnlException</A></PRE>
<DL>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../ognl/SimpleNode.html#isConstant(ognl.OgnlContext)">isConstant</A></CODE> in class <CODE><A HREF="../ognl/SimpleNode.html" title="class in ognl">SimpleNode</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Throws:</B><DD><CODE><A HREF="../ognl/OgnlException.html" title="class in ognl">OgnlException</A></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getExpressionOperator(int)"><!-- --></A><H3>
getExpressionOperator</H3>
<PRE>
public java.lang.String <B>getExpressionOperator</B>(int index)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="toString()"><!-- --></A><H3>
toString</H3>
<PRE>
public java.lang.String <B>toString</B>()</PRE>
<DL>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../ognl/SimpleNode.html#toString()">toString</A></CODE> in class <CODE><A HREF="../ognl/SimpleNode.html" title="class in ognl">SimpleNode</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A><A HREF="#skip-navbar_bottom" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../ognl/EvaluationPool.html" title="class in ognl"><B>PREV CLASS</B></A>
<A HREF="../ognl/IntHashMap.html" title="class in ognl"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../index.html" target="_top"><B>FRAMES</B></A>
<A HREF="ExpressionNode.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | <A HREF="#fields_inherited_from_class_ognl.SimpleNode">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
<i>Copyright © 2004 <a href=http://www.ognl.org>OGNL Technology, Inc.</a>. All Rights Reserved.</i>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -