The isPublic(mod) method of java.lang.reflect.Modifier is used to check if the integer argument includes the public modifier or not. If this integer parameter represents public… Read More
Tag Archives: Java-Modifier
The isNative(mod) method of java.lang.reflect.Modifier is used to check if the integer argument includes the native modifier or not. If this integer parameter represents native… Read More
The isProtected(mod) method of java.lang.reflect.Modifier is used to check if the integer argument includes the protected modifier or not. If this integer parameter represents protected… Read More
The isInterface(mod) method of java.lang.reflect.Modifier is used to check if the integer argument includes the interface modifier or not. If this integer parameter represents interface… Read More
The isStatic(mod) method of java.lang.reflect.Modifier is used to check if the integer argument includes the static modifier or not. If this integer parameter represents static… Read More