📄 modifier.html
字号:
<CODE>static <A HREF="../../../java/lang/String.html">String</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../java/lang/reflect/Modifier.html#toString(int)">toString</A></B>(int mod)</CODE><BR> Return a string describing the access modifier flags in the specified modifier.</TD></TR></TABLE> <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from class java.lang.<A HREF="../../../java/lang/Object.html">Object</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../java/lang/Object.html#clone()">clone</A>, <A HREF="../../../java/lang/Object.html#equals(java.lang.Object)">equals</A>, <A HREF="../../../java/lang/Object.html#finalize()">finalize</A>, <A HREF="../../../java/lang/Object.html#getClass()">getClass</A>, <A HREF="../../../java/lang/Object.html#hashCode()">hashCode</A>, <A HREF="../../../java/lang/Object.html#notify()">notify</A>, <A HREF="../../../java/lang/Object.html#notifyAll()">notifyAll</A>, <A HREF="../../../java/lang/Object.html#toString()">toString</A>, <A HREF="../../../java/lang/Object.html#wait()">wait</A>, <A HREF="../../../java/lang/Object.html#wait(long)">wait</A>, <A HREF="../../../java/lang/Object.html#wait(long, int)">wait</A></CODE></TD></TR></TABLE> <P><!-- ============ FIELD DETAIL =========== --><A NAME="field_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Field Detail</B></FONT></TD></TR></TABLE><A NAME="PUBLIC"><!-- --></A><H3>PUBLIC</H3><PRE>public static final int <B>PUBLIC</B></PRE><DL><DD>The <code>int</code> value representing the <code>public</code> modifier.</DL><HR><A NAME="PRIVATE"><!-- --></A><H3>PRIVATE</H3><PRE>public static final int <B>PRIVATE</B></PRE><DL><DD>The <code>int</code> value representing the <code>private</code> modifier.</DL><HR><A NAME="PROTECTED"><!-- --></A><H3>PROTECTED</H3><PRE>public static final int <B>PROTECTED</B></PRE><DL><DD>The <code>int</code> value representing the <code>protected</code> modifier.</DL><HR><A NAME="STATIC"><!-- --></A><H3>STATIC</H3><PRE>public static final int <B>STATIC</B></PRE><DL><DD>The <code>int</code> value representing the <code>static</code> modifier.</DL><HR><A NAME="FINAL"><!-- --></A><H3>FINAL</H3><PRE>public static final int <B>FINAL</B></PRE><DL><DD>The <code>int</code> value representing the <code>final</code> modifier.</DL><HR><A NAME="SYNCHRONIZED"><!-- --></A><H3>SYNCHRONIZED</H3><PRE>public static final int <B>SYNCHRONIZED</B></PRE><DL><DD>The <code>int</code> value representing the <code>synchronized</code> modifier.</DL><HR><A NAME="VOLATILE"><!-- --></A><H3>VOLATILE</H3><PRE>public static final int <B>VOLATILE</B></PRE><DL><DD>The <code>int</code> value representing the <code>volatile</code> modifier.</DL><HR><A NAME="TRANSIENT"><!-- --></A><H3>TRANSIENT</H3><PRE>public static final int <B>TRANSIENT</B></PRE><DL><DD>The <code>int</code> value representing the <code>transient</code> modifier.</DL><HR><A NAME="NATIVE"><!-- --></A><H3>NATIVE</H3><PRE>public static final int <B>NATIVE</B></PRE><DL><DD>The <code>int</code> value representing the <code>native</code> modifier.</DL><HR><A NAME="INTERFACE"><!-- --></A><H3>INTERFACE</H3><PRE>public static final int <B>INTERFACE</B></PRE><DL><DD>The <code>int</code> value representing the <code>interface</code> modifier.</DL><HR><A NAME="ABSTRACT"><!-- --></A><H3>ABSTRACT</H3><PRE>public static final int <B>ABSTRACT</B></PRE><DL><DD>The <code>int</code> value representing the <code>abstract</code> modifier.</DL><HR><A NAME="STRICT"><!-- --></A><H3>STRICT</H3><PRE>public static final int <B>STRICT</B></PRE><DL><DD>The <code>int</code> value representing the <code>strictfp</code> modifier.</DL><!-- ========= CONSTRUCTOR DETAIL ======== --><A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Constructor Detail</B></FONT></TD></TR></TABLE><A NAME="Modifier()"><!-- --></A><H3>Modifier</H3><PRE>public <B>Modifier</B>()</PRE><DL></DL><!-- ============ METHOD DETAIL ========== --><A NAME="method_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Method Detail</B></FONT></TD></TR></TABLE><A NAME="isPublic(int)"><!-- --></A><H3>isPublic</H3><PRE>public static boolean <B>isPublic</B>(int mod)</PRE><DL><DD>Return true if the specified integer includes the <tt>public</tt> modifier.</DL><HR><A NAME="isPrivate(int)"><!-- --></A><H3>isPrivate</H3><PRE>public static boolean <B>isPrivate</B>(int mod)</PRE><DL><DD>Return true if the specifier integer includes the <tt>private</tt> modifier.</DL><HR><A NAME="isProtected(int)"><!-- --></A><H3>isProtected</H3><PRE>public static boolean <B>isProtected</B>(int mod)</PRE><DL><DD>Return true if the specifier integer includes the <tt>protected</tt> modifier.</DL><HR><A NAME="isStatic(int)"><!-- --></A><H3>isStatic</H3><PRE>public static boolean <B>isStatic</B>(int mod)</PRE><DL><DD>Return true if the specifier integer includes the <tt>static</tt> modifier.</DL><HR><A NAME="isFinal(int)"><!-- --></A><H3>isFinal</H3><PRE>public static boolean <B>isFinal</B>(int mod)</PRE><DL><DD>Return true if the specified integer includes the <tt>final</tt> modifier.</DL><HR><A NAME="isSynchronized(int)"><!-- --></A><H3>isSynchronized</H3><PRE>public static boolean <B>isSynchronized</B>(int mod)</PRE><DL><DD>Return true if the specified integer includes the <tt>synchronized</tt> modifier.</DL><HR><A NAME="isVolatile(int)"><!-- --></A><H3>isVolatile</H3><PRE>public static boolean <B>isVolatile</B>(int mod)</PRE><DL><DD>Return true if the specified integer includes the <tt>volatile</tt> modifier.</DL><HR><A NAME="isTransient(int)"><!-- --></A><H3>isTransient</H3><PRE>public static boolean <B>isTransient</B>(int mod)</PRE><DL><DD>Return true if the specifier integer includes the <tt>transient</tt> modifier.</DL><HR><A NAME="isNative(int)"><!-- --></A><H3>isNative</H3><PRE>public static boolean <B>isNative</B>(int mod)</PRE><DL><DD>Return true if the specifier integer includes the <tt>native</tt> modifier.</DL><HR><A NAME="isInterface(int)"><!-- --></A><H3>isInterface</H3><PRE>public static boolean <B>isInterface</B>(int mod)</PRE><DL><DD>Return true if the specifier integer includes the <tt>interface</tt> modifier.</DL><HR><A NAME="isAbstract(int)"><!-- --></A><H3>isAbstract</H3><PRE>public static boolean <B>isAbstract</B>(int mod)</PRE><DL><DD>Return true if the specifier integer includes the <tt>abstract</tt> modifier.</DL><HR><A NAME="isStrict(int)"><!-- --></A><H3>isStrict</H3><PRE>public static boolean <B>isStrict</B>(int mod)</PRE><DL><DD>Return true if the specifier integer includes the <tt>strictfp</tt> modifier.</DL><HR><A NAME="toString(int)"><!-- --></A><H3>toString</H3><PRE>public static <A HREF="../../../java/lang/String.html">String</A> <B>toString</B>(int mod)</PRE><DL><DD>Return a string describing the access modifier flags in the specified modifier. For example: <blockquote><pre> public final synchronized private transient volatile </pre></blockquote> The modifier names are return in canonical order, as specified by <em>The Java Language Specification</em>.</DL><!-- ========= END OF CLASS DATA ========= --><HR><!-- ========== START OF NAVBAR ========== --><A NAME="navbar_bottom"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> <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="class-use/Modifier.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </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-files/index-1.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><b>Java<sup><font size=-2>TM</font></sup> 2 Platform<br>Std. Ed. v1.3</b></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../java/lang/reflect/Method.html"><B>PREV CLASS</B></A> <A HREF="../../../java/lang/reflect/Proxy.html"><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="Modifier.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: INNER | <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><!-- =========== END OF NAVBAR =========== --><HR><font size="-1"><a href="http://java.sun.com/cgi-bin/bugreport.cgi">Submit a bug or feature</a><br>For further API reference and developer documentation, see <a href="http://java.sun.com/products/jdk/1.3/devdocs-vs-specs.html">Java 2 SDK SE Developer Documentation</a>. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples. <p>Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.<br>Copyright 1993-2000 Sun Microsystems, Inc. 901 San Antonio Road<br>Palo Alto, California, 94303, U.S.A. All Rights Reserved.</font></BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -