static int
classModifiers()
Return an int
value OR-ing together the source language modifiers that can be applied to a class.
static int
constructorModifiers()
Return an int
value OR-ing together the source language modifiers that can be applied to a constructor.
static int
fieldModifiers()
Return an int
value OR-ing together the source language modifiers that can be applied to a field.
static int
interfaceModifiers()
Return an int
value OR-ing together the source language modifiers that can be applied to an interface.
static boolean
isAbstract(int mod)
Return true
if the integer argument includes the abstract
modifier, false
otherwise.
static boolean
isFinal(int mod)
Return true
if the integer argument includes the final
modifier, false
otherwise.
static boolean
isInterface(int mod)
Return true
if the integer argument includes the interface
modifier, false
otherwise.
static boolean
isNative(int mod)
Return true
if the integer argument includes the native
modifier, false
otherwise.
static boolean
isPrivate(int mod)
Return true
if the integer argument includes the private
modifier, false
otherwise.
static boolean
isProtected(int mod)
Return true
if the integer argument includes the protected
modifier, false
otherwise.
static boolean
isPublic(int mod)
Return true
if the integer argument includes the public
modifier, false
otherwise.
static boolean
isStatic(int mod)
Return true
if the integer argument includes the static
modifier, false
otherwise.
static boolean
isStrict(int mod)
Return true
if the integer argument includes the strictfp
modifier, false
otherwise.
static boolean
isSynchronized(int mod)
Return true
if the integer argument includes the synchronized
modifier, false
otherwise.
static boolean
isTransient(int mod)
Return true
if the integer argument includes the transient
modifier, false
otherwise.
static boolean
isVolatile(int mod)
Return true
if the integer argument includes the volatile
modifier, false
otherwise.
static int
methodModifiers()
Return an int
value OR-ing together the source language modifiers that can be applied to a method.
static String
toString(int mod)
Return a string describing the access modifier flags in the specified modifier.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4