Method getDeclaringClass()
Return type:
java.lang.Class
<Class<?>>
Member of:
java.lang.Class
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
Class owner = THIS_CLASS.getDeclaringClass();
2
if (cl.getDeclaringClass() == null)
3
Class owner = c.getDeclaringClass();
4
java.lang.Class dc = realclass.getDeclaringClass();
5
c = c.getDeclaringClass();
6
if ( Util.THIS.isLoggable() ) /* then */ Util.THIS.debug ("BeanUtil::hasCustomizer: declaringClass = " + object.getClass().getDeclaringClass()); // NOI18N
7
lClass.getDeclaringClass() != null)
8
return makeJObj(jclass(f.vlr[0]).getDeclaringClass(), Class.class);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.