|
JavaTM 2 Platform Std. Ed. v1. 4.0 |
||||||||||
ÀüÀÇ Å¬·¡½º ´ÙÀ½ÀÇ Å¬·¡½º | ÇÁ·¹ÀÓ ÀÖ¾î ÇÁ·¹ÀÓ ¾øÀ½ | ||||||||||
°³¿ä: »óÀÚ | Çʵå | constructor | ¸Þ¼Òµå | »ó¼¼: Çʵå | constructor | ¸Þ¼Òµå |
java.lang.Object | +--java.lang.reflect.Modifier
Modifier Ŭ·¡½º´Â Ŭ·¡½º³ª ¸â¹öÀÇ ¾×¼¼½º ¼ö½ÄÀÚ¸¦ º¹È£È(decode)Çϱâ À§ÇÑ static
¸Þ¼Òµå³ª Á¤¼ö¸¦ Á¦°øÇÕ´Ï´Ù. ¼ö½ÄÀÚ¼¼Æ®´Â ´Ù¸¥ ¼ö½ÄÀÚ¸¦ ³ªÅ¸³»´Â º°°³ÀÇ ºñÆ® À§Ä¡¸¦ º¸°ü À¯ÁöÇÏ´Â Á¤¼ö·Î ³ªÅ¸³»Áý´Ï´Ù. ¼ö½ÄÀÚ¸¦ ³ªÅ¸³»´Â Á¤¼öÄ¡´Â ¡¸The JavaTM Virtual Machine Specification, Second edition ¡¹ÀÇ Ç¥ 4.1 ,4.4 ,4.5 , ¹× 4.7 À¸·Î ÁöÁ¤µÇ°í ÀÖ½À´Ï´Ù.
Class.getModifiers()
,
Member.getModifiers()
ÇʵåÀÇ °³¿ä | |
static int |
ABSTRACT
abstract ¼ö½ÄÀÚ¸¦ ³ªÅ¸³»´Â int Ä¡ÀÔ´Ï´Ù. |
static int |
FINAL
final ¼ö½ÄÀÚ¸¦ ³ªÅ¸³»´Â int Ä¡ÀÔ´Ï´Ù. |
static int |
INTERFACE
interface ¼ö½ÄÀÚ¸¦ ³ªÅ¸³»´Â int Ä¡ÀÔ´Ï´Ù. |
static int |
NATIVE
native ¼ö½ÄÀÚ¸¦ ³ªÅ¸³»´Â int Ä¡ÀÔ´Ï´Ù. |
static int |
PRIVATE
private ¼ö½ÄÀÚ¸¦ ³ªÅ¸³»´Â int Ä¡ÀÔ´Ï´Ù. |
static int |
PROTECTED
protected ¼ö½ÄÀÚ¸¦ ³ªÅ¸³»´Â int Ä¡ÀÔ´Ï´Ù. |
static int |
PUBLIC
public ¼ö½ÄÀÚ¸¦ ³ªÅ¸³»´Â int Ä¡ÀÔ´Ï´Ù. |
static int |
STATIC
static ¼ö½ÄÀÚ¸¦ ³ªÅ¸³»´Â int Ä¡ÀÔ´Ï´Ù. |
static int |
STRICT
strictfp ¼ö½ÄÀÚ¸¦ ³ªÅ¸³»´Â int Ä¡ÀÔ´Ï´Ù. |
static int |
SYNCHRONIZED
synchronized ¼ö½ÄÀÚ¸¦ ³ªÅ¸³»´Â int Ä¡ÀÔ´Ï´Ù. |
static int |
TRANSIENT
transient ¼ö½ÄÀÚ¸¦ ³ªÅ¸³»´Â int Ä¡ÀÔ´Ï´Ù. |
static int |
VOLATILE
volatile ¼ö½ÄÀÚ¸¦ ³ªÅ¸³»´Â int Ä¡ÀÔ´Ï´Ù. |
»ý¼ºÀÚÀÇ °³¿ä | |
Modifier ()
|
¸Þ¼ÒµåÀÇ °³¿ä | |
static boolean |
isAbstract (int mod)
Á¤¼öÀÇ Àμö¿¡ abstract ¼ö½ÄÀÚ°¡ Æ÷ÇԵǴ °æ¿ì´Â true ¸¦, Æ÷ÇÔµÇÁö ¾Ê´Â °æ¿ì´Â false ¸¦ µ¹·ÁÁÝ´Ï´Ù. |
static boolean |
isFinal (int mod)
Á¤¼öÀÇ Àμö¿¡ final ¼ö½ÄÀÚ°¡ Æ÷ÇԵǴ °æ¿ì´Â true ¸¦, Æ÷ÇÔµÇÁö ¾Ê´Â °æ¿ì´Â false ¸¦ µ¹·ÁÁÝ´Ï´Ù. |
static boolean |
isInterface (int mod)
Á¤¼öÀÇ Àμö¿¡ interface ¼ö½ÄÀÚ°¡ Æ÷ÇԵǴ °æ¿ì´Â true ¸¦, Æ÷ÇÔµÇÁö ¾Ê´Â °æ¿ì´Â false ¸¦ µ¹·ÁÁÝ´Ï´Ù. |
static boolean |
isNative (int mod)
Á¤¼öÀÇ Àμö¿¡ native ¼ö½ÄÀÚ°¡ Æ÷ÇԵǴ °æ¿ì´Â true ¸¦, Æ÷ÇÔµÇÁö ¾Ê´Â °æ¿ì´Â false ¸¦ µ¹·ÁÁÝ´Ï´Ù. |
static boolean |
isPrivate (int mod)
Á¤¼öÀÇ Àμö¿¡ private ¼ö½ÄÀÚ°¡ Æ÷ÇԵǴ °æ¿ì´Â true ¸¦, Æ÷ÇÔµÇÁö ¾Ê´Â °æ¿ì´Â false ¸¦ µ¹·ÁÁÝ´Ï´Ù. |
static boolean |
isProtected (int mod)
Á¤¼öÀÇ Àμö¿¡ protected ¼ö½ÄÀÚ°¡ Æ÷ÇԵǴ °æ¿ì´Â true ¸¦, Æ÷ÇÔµÇÁö ¾Ê´Â °æ¿ì´Â false ¸¦ µ¹·ÁÁÝ´Ï´Ù. |
static boolean |
isPublic (int mod)
Á¤¼öÀÇ Àμö¿¡ public ¼ö½ÄÀÚ°¡ Æ÷ÇԵǴ °æ¿ì´Â true ¸¦, Æ÷ÇÔµÇÁö ¾Ê´Â °æ¿ì´Â false ¸¦ µ¹·ÁÁÝ´Ï´Ù. |
static boolean |
isStatic (int mod)
Á¤¼öÀÇ Àμö¿¡ static ¼ö½ÄÀÚ°¡ Æ÷ÇԵǴ °æ¿ì´Â true ¸¦, Æ÷ÇÔµÇÁö ¾Ê´Â °æ¿ì´Â false ¸¦ µ¹·ÁÁÝ´Ï´Ù. |
static boolean |
isStrict (int mod)
Á¤¼öÀÇ Àμö¿¡ strictfp ¼ö½ÄÀÚ°¡ Æ÷ÇԵǴ °æ¿ì´Â true ¸¦, Æ÷ÇÔµÇÁö ¾Ê´Â °æ¿ì´Â false ¸¦ µ¹·ÁÁÝ´Ï´Ù. |
static boolean |
isSynchronized (int mod)
Á¤¼öÀÇ Àμö¿¡ synchronized ¼ö½ÄÀÚ°¡ Æ÷ÇԵǴ °æ¿ì´Â true ¸¦, Æ÷ÇÔµÇÁö ¾Ê´Â °æ¿ì´Â false ¸¦ µ¹·ÁÁÝ´Ï´Ù. |
static boolean |
isTransient (int mod)
Á¤¼öÀÇ Àμö¿¡ transient ¼ö½ÄÀÚ°¡ Æ÷ÇԵǴ °æ¿ì´Â true ¸¦, Æ÷ÇÔµÇÁö ¾Ê´Â °æ¿ì´Â false ¸¦ µ¹·ÁÁÝ´Ï´Ù. |
static boolean |
isVolatile (int mod)
Á¤¼öÀÇ Àμö¿¡ volatile ¼ö½ÄÀÚ°¡ Æ÷ÇԵǴ °æ¿ì´Â true ¸¦, Æ÷ÇÔµÇÁö ¾Ê´Â °æ¿ì´Â false ¸¦ µ¹·ÁÁÝ´Ï´Ù. |
static String |
toString (int mod)
ÁöÁ¤µÈ ¼ö½ÄÀÚÀÇ ¾×¼¼½º ¼ö½ÄÀÚ Ç÷¡±×¸¦ ±â¼úÇϴ ij¸¯ÅÍ ¶óÀÎÀ» µ¹·ÁÁÝ´Ï´Ù. |
Ŭ·¡½º java.lang. Object ¿¡¼ »ó¼Ó¹ÞÀº ¸Þ¼Òµå |
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait |
ÇʵåÀÇ »ó¼¼ |
public static final int PUBLIC
public
¼ö½ÄÀÚ¸¦ ³ªÅ¸³»´Â int
Ä¡ÀÔ´Ï´Ù.
public static final int PRIVATE
private
¼ö½ÄÀÚ¸¦ ³ªÅ¸³»´Â int
Ä¡ÀÔ´Ï´Ù.
public static final int PROTECTED
protected
¼ö½ÄÀÚ¸¦ ³ªÅ¸³»´Â int
Ä¡ÀÔ´Ï´Ù.
public static final int STATIC
static
¼ö½ÄÀÚ¸¦ ³ªÅ¸³»´Â int
Ä¡ÀÔ´Ï´Ù.
public static final int FINAL
final
¼ö½ÄÀÚ¸¦ ³ªÅ¸³»´Â int
Ä¡ÀÔ´Ï´Ù.
public static final int SYNCHRONIZED
synchronized
¼ö½ÄÀÚ¸¦ ³ªÅ¸³»´Â int
Ä¡ÀÔ´Ï´Ù.
public static final int VOLATILE
volatile
¼ö½ÄÀÚ¸¦ ³ªÅ¸³»´Â int
Ä¡ÀÔ´Ï´Ù.
public static final int TRANSIENT
transient
¼ö½ÄÀÚ¸¦ ³ªÅ¸³»´Â int
Ä¡ÀÔ´Ï´Ù.
public static final int NATIVE
native
¼ö½ÄÀÚ¸¦ ³ªÅ¸³»´Â int
Ä¡ÀÔ´Ï´Ù.
public static final int INTERFACE
interface
¼ö½ÄÀÚ¸¦ ³ªÅ¸³»´Â int
Ä¡ÀÔ´Ï´Ù.
public static final int ABSTRACT
abstract
¼ö½ÄÀÚ¸¦ ³ªÅ¸³»´Â int
Ä¡ÀÔ´Ï´Ù.
public static final int STRICT
strictfp
¼ö½ÄÀÚ¸¦ ³ªÅ¸³»´Â int
Ä¡ÀÔ´Ï´Ù.
»ý¼ºÀÚÀÇ »ó¼¼ |
public Modifier()
¸Þ¼ÒµåÀÇ »ó¼¼ |
public static boolean isPublic(int mod)
mod
- ¼ö½ÄÀÚ¼¼Æ®
mod
¿¡ public ¼ö½ÄÀÚ°¡ Æ÷ÇԵǴ °æ¿ì´Â true, Æ÷ÇÔµÇÁö ¾Ê´Â °æ¿ì´Â falsepublic static boolean isPrivate(int mod)
mod
- ¼ö½ÄÀÚ¼¼Æ®
mod
¿¡ private ¼ö½ÄÀÚ°¡ Æ÷ÇԵǴ °æ¿ì´Â true, Æ÷ÇÔµÇÁö ¾Ê´Â °æ¿ì´Â falsepublic static boolean isProtected(int mod)
mod
- ¼ö½ÄÀÚ¼¼Æ®
mod
¿¡ protected ¼ö½ÄÀÚ°¡ Æ÷ÇԵǴ °æ¿ì´Â true, Æ÷ÇÔµÇÁö ¾Ê´Â °æ¿ì´Â falsepublic static boolean isStatic(int mod)
mod
- ¼ö½ÄÀÚ¼¼Æ®
mod
¿¡ static ¼ö½ÄÀÚ°¡ Æ÷ÇԵǴ °æ¿ì´Â true, Æ÷ÇÔµÇÁö ¾Ê´Â °æ¿ì´Â falsepublic static boolean isFinal(int mod)
mod
- ¼ö½ÄÀÚ¼¼Æ®
mod
¿¡ final ¼ö½ÄÀÚ°¡ Æ÷ÇԵǴ °æ¿ì´Â true, Æ÷ÇÔµÇÁö ¾Ê´Â °æ¿ì´Â falsepublic static boolean isSynchronized(int mod)
mod
- ¼ö½ÄÀÚ¼¼Æ®
mod
¿¡ synchronized ¼ö½ÄÀÚ°¡ Æ÷ÇԵǴ °æ¿ì´Â true, Æ÷ÇÔµÇÁö ¾Ê´Â °æ¿ì´Â falsepublic static boolean isVolatile(int mod)
mod
- ¼ö½ÄÀÚ¼¼Æ®
mod
¿¡ volatile ¼ö½ÄÀÚ°¡ Æ÷ÇԵǴ °æ¿ì´Â true, Æ÷ÇÔµÇÁö ¾Ê´Â °æ¿ì´Â falsepublic static boolean isTransient(int mod)
mod
- ¼ö½ÄÀÚ¼¼Æ®
mod
¿¡ transient ¼ö½ÄÀÚ°¡ Æ÷ÇԵǴ °æ¿ì´Â true, Æ÷ÇÔµÇÁö ¾Ê´Â °æ¿ì´Â falsepublic static boolean isNative(int mod)
mod
- ¼ö½ÄÀÚ¼¼Æ®
mod
¿¡ native ¼ö½ÄÀÚ°¡ Æ÷ÇԵǴ °æ¿ì´Â true, Æ÷ÇÔµÇÁö ¾Ê´Â °æ¿ì´Â falsepublic static boolean isInterface(int mod)
mod
- ¼ö½ÄÀÚ¼¼Æ®
mod
¿¡ interface ¼ö½ÄÀÚ°¡ Æ÷ÇԵǴ °æ¿ì´Â true, Æ÷ÇÔµÇÁö ¾Ê´Â °æ¿ì´Â falsepublic static boolean isAbstract(int mod)
mod
- ¼ö½ÄÀÚ¼¼Æ®
mod
¿¡ abstract ¼ö½ÄÀÚ°¡ Æ÷ÇԵǴ °æ¿ì´Â true, Æ÷ÇÔµÇÁö ¾Ê´Â °æ¿ì´Â falsepublic static boolean isStrict(int mod)
mod
- ¼ö½ÄÀÚ¼¼Æ®
mod
¿¡ strictfp ¼ö½ÄÀÚ°¡ Æ÷ÇԵǴ °æ¿ì´Â true, Æ÷ÇÔµÇÁö ¾Ê´Â °æ¿ì´Â falsepublic static String toString(int mod)
¼ö½ÄÀÚÀÇ À̸§Àº ¡¸The Java Language Specification, Second Edition ¡¹ÀÇ ¼½¼Ç §8. 1.1 ,§8. 3.1 ,§8. 4.3 ,§8. 8.3 , ¹×§9. 1.1 À¸·Î ÁöÁ¤µÈ ¼ö½ÄÀÚÀÇ ¼ø¼¿¡ µû¶ó µ¹·ÁÁÖ¾îÁý´Ï´Ù. ÀÌ ¸Þ¼Òµå°¡ »ç¿ëÇÏ´Â ¿ÏÀüÇÑ ¼ö½ÄÀÚÀÇ ¼ø¼´Â ´ÙÀ½°ú °°½À´Ï´Ù.public final synchronized strictfp
public protected private abstract static final transient volatile synchronized native strictfp interface
ÀÌ Å¬·¡½º³»¿¡¼ ³íÇØÁö°í ÀÖ´Â interface
¼ö½ÄÀÚ´Â Java ¾ð¾îÀÇ ÁøÁ¤ÇÑ ¼ö½ÄÀÚ´Â ¾Æ´Ï°í, ÀÌ ¸Þ¼Òµå¿¡ ÀÇÇØ ¸®½ºÆ® µÇ´Â ´Ù¸¥ ¸ðµç ¼ö½ÄÀÚÀÇ µÚ¿¡ Ç¥½ÃµË´Ï´Ù. ÀÌ ¸Þ¼Òµå´Â Java ¿£Æ¼Æ¼ÀÇ À¯È¿ÇÑ ¼ö½ÄÀÚ°¡ ¾Æ´Ñ ¼ö½ÄÀÚÀÇ Ä³¸¯ÅÍ ¶óÀÎÀ» µ¹·ÁÁÝ´Ï´Ù. Áï, ÀÔ·ÂÀ¸·Î ÁöÁ¤µÈ ¼ö½ÄÀÚÀÇ Æí¼ºÀÇ À¯È¿¼ºÀº üũµÇÁö ¾Ê½À´Ï´Ù.
mod
- ¼ö½ÄÀÚ¼¼Æ®
mod
¿¡ ÀÇÇØ ³ªÅ¸³»Áö´Â ¼ö½ÄÀÚ ¼¼Æ®ÀÇ Ä³¸¯ÅÍ ¶óÀΠǥÇö
|
JavaTM 2 Platform Std. Ed. v1. 4.0 |
||||||||||
ÀüÀÇ Å¬·¡½º ´ÙÀ½ÀÇ Å¬·¡½º | ÇÁ·¹ÀÓ ÀÖ¾î ÇÁ·¹ÀÓ ¾øÀ½ | ||||||||||
°³¿ä: »óÀÚ | Çʵå | constructor | ¸Þ¼Òµå | »ó¼¼: Çʵå | constructor | ¸Þ¼Òµå |
Java, Java 2 D, ¹× JDBC ´Â ¹Ì±¹ ¹× ±× ¿ÜÀÇ ³ª¶ó¿¡ ÀÖ¾î¼ÀÇ ¹Ì±¹ Sun Microsystems, Inc. ÀÇ »óÇ¥ ȤÀº µî·Ï»óÇ¥ÀÔ´Ï´Ù.
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.