funtableimpl.html
来自「基于mondrian 开源框架进行OLAP多维分析」· HTML 代码 · 共 736 行 · 第 1/3 页
HTML
736 行
</DD></DL><HR><A NAME="requiresExpression(mondrian.mdx.UnresolvedFunCall, int, mondrian.olap.Validator)"><!-- --></A><H3>requiresExpression</H3><PRE>public boolean <B>requiresExpression</B>(<A HREF="../../../mondrian/mdx/UnresolvedFunCall.html" title="class in mondrian.mdx">UnresolvedFunCall</A> call, int k, <A HREF="../../../mondrian/olap/Validator.html" title="interface in mondrian.olap">Validator</A> validator)</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../../mondrian/olap/FunTable.html#requiresExpression(mondrian.mdx.UnresolvedFunCall, int, mondrian.olap.Validator)">FunTable</A></CODE></B></DD><DD>Returns whether the <code>k</code>th argument to a function call has to be an expression.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../mondrian/olap/FunTable.html#requiresExpression(mondrian.mdx.UnresolvedFunCall, int, mondrian.olap.Validator)">requiresExpression</A></CODE> in interface <CODE><A HREF="../../../mondrian/olap/FunTable.html" title="interface in mondrian.olap">FunTable</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="getReservedWords()"><!-- --></A><H3>getReservedWords</H3><PRE>public <A HREF="http://java.sun.com/javase/6/docs/api/java/util/List.html" title="class or interface in java.util">List</A><<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>> <B>getReservedWords</B>()</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../../mondrian/olap/FunTable.html#getReservedWords()">FunTable</A></CODE></B></DD><DD>Returns a list of words (<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html" title="class or interface in java.lang"><CODE>String</CODE></A>) which may not be used as identifiers.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../mondrian/olap/FunTable.html#getReservedWords()">getReservedWords</A></CODE> in interface <CODE><A HREF="../../../mondrian/olap/FunTable.html" title="interface in mondrian.olap">FunTable</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="isReserved(java.lang.String)"><!-- --></A><H3>isReserved</H3><PRE>public boolean <B>isReserved</B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> s)</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../../mondrian/olap/FunTable.html#isReserved(java.lang.String)">FunTable</A></CODE></B></DD><DD>Returns whether a string is a reserved word.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../mondrian/olap/FunTable.html#isReserved(java.lang.String)">isReserved</A></CODE> in interface <CODE><A HREF="../../../mondrian/olap/FunTable.html" title="interface in mondrian.olap">FunTable</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="defineReserved(java.lang.String)"><!-- --></A><H3>defineReserved</H3><PRE>protected void <B>defineReserved</B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> s)</PRE><DL><DD>Defines a reserved word.<P><DD><DL></DL></DD><DD><DL><DT><B>See Also:</B><DD><A HREF="../../../mondrian/olap/fun/FunTableImpl.html#isReserved(java.lang.String)"><CODE>isReserved(java.lang.String)</CODE></A></DL></DD></DL><HR><A NAME="getResolvers()"><!-- --></A><H3>getResolvers</H3><PRE>public <A HREF="http://java.sun.com/javase/6/docs/api/java/util/List.html" title="class or interface in java.util">List</A><<A HREF="../../../mondrian/olap/fun/Resolver.html" title="interface in mondrian.olap.fun">Resolver</A>> <B>getResolvers</B>()</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../../mondrian/olap/FunTable.html#getResolvers()">FunTable</A></CODE></B></DD><DD>Returns a list of <A HREF="../../../mondrian/olap/fun/Resolver.html" title="interface in mondrian.olap.fun"><CODE>Resolver</CODE></A> objects.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../mondrian/olap/FunTable.html#getResolvers()">getResolvers</A></CODE> in interface <CODE><A HREF="../../../mondrian/olap/FunTable.html" title="interface in mondrian.olap">FunTable</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="isProperty(java.lang.String)"><!-- --></A><H3>isProperty</H3><PRE>public boolean <B>isProperty</B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> s)</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../../mondrian/olap/FunTable.html#isProperty(java.lang.String)">FunTable</A></CODE></B></DD><DD>Returns whether a string is a property-style (postfix) operator. This is used during parsing to disambiguate functions from unquoted member names.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../mondrian/olap/FunTable.html#isProperty(java.lang.String)">isProperty</A></CODE> in interface <CODE><A HREF="../../../mondrian/olap/FunTable.html" title="interface in mondrian.olap">FunTable</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="defineProperty(java.lang.String)"><!-- --></A><H3>defineProperty</H3><PRE>protected void <B>defineProperty</B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> s)</PRE><DL><DD>Defines a word matching a property function name.<P><DD><DL></DL></DD><DD><DL><DT><B>See Also:</B><DD><A HREF="../../../mondrian/olap/fun/FunTableImpl.html#isProperty(java.lang.String)"><CODE>isProperty(java.lang.String)</CODE></A></DL></DD></DL><HR><A NAME="getFunInfoList()"><!-- --></A><H3>getFunInfoList</H3><PRE>public <A HREF="http://java.sun.com/javase/6/docs/api/java/util/List.html" title="class or interface in java.util">List</A><<A HREF="../../../mondrian/olap/fun/FunInfo.html" title="class in mondrian.olap.fun">FunInfo</A>> <B>getFunInfoList</B>()</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../../mondrian/olap/FunTable.html#getFunInfoList()">FunTable</A></CODE></B></DD><DD>Returns a list of <A HREF="../../../mondrian/olap/fun/FunInfo.html" title="class in mondrian.olap.fun"><CODE>FunInfo</CODE></A> objects.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../mondrian/olap/FunTable.html#getFunInfoList()">getFunInfoList</A></CODE> in interface <CODE><A HREF="../../../mondrian/olap/FunTable.html" title="interface in mondrian.olap">FunTable</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="organizeFunctions()"><!-- --></A><H3>organizeFunctions</H3><PRE>protected void <B>organizeFunctions</B>()</PRE><DL><DD>Indexes the collection of functions.<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="defineFunctions()"><!-- --></A><H3>defineFunctions</H3><PRE>protected abstract void <B>defineFunctions</B>()</PRE><DL><DD>This method is called from the constructor, to define the set of functions and reserved words recognized. <p>Each function is declared by calling <A HREF="../../../mondrian/olap/fun/FunTableImpl.html#define(mondrian.olap.FunDef)"><CODE>define(mondrian.olap.FunDef)</CODE></A>. Each reserved word is declared by calling <A HREF="../../../mondrian/olap/fun/FunTableImpl.html#defineReserved(java.lang.String)"><CODE>defineReserved(String)</CODE></A>. <p>Derived class can override this method to add more functions.<P><DD><DL></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=2 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><a href="http://sourceforge.net/projects/mondrian"><img src="http://sourceforge.net/sflogo.php?group_id=35302&type=1" width="88" height="31" border="0" alt="SourceForge.net_Logo"></a></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../mondrian/olap/fun/FunInfo.html" title="class in mondrian.olap.fun"><B>PREV CLASS</B></A> <A HREF="../../../mondrian/olap/fun/FunUtil.html" title="class in mondrian.olap.fun"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?mondrian/olap/fun/FunTableImpl.html" target="_top"><B>FRAMES</B></A> <A HREF="FunTableImpl.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="#field_summary">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: <A HREF="#field_detail">FIELD</A> | <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></BODY></HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?