org.codehaus.janino
public class Mod extends Object
Notice: This class should be named IClass.IModifier
, but changing the name would
break existing client code. Thus it won't be renamed until there's a really good reason to
do it (maybe with a major desing change).
Field Summary | |
---|---|
static short | ABSTRACT |
static short | ANNOTATION |
static short | ENUM |
static short | FINAL |
static short | INTERFACE |
static short | NATIVE |
static short | NONE |
static short | PACKAGE |
static short | PPP |
static short | PRIVATE |
static short | PROTECTED |
static short | PUBLIC |
static short | STATIC |
static short | STRICTFP |
static short | SUPER |
static short | SYNCHRONIZED |
static short | SYNTHETIC |
static short | TRANSIENT |
static short | VOLATILE |
Method Summary | |
---|---|
static short | changeAccess(short sh, short newAccess) |
static boolean | isPackageAccess(short sh) |
static boolean | isPrivateAccess(short sh) |
static boolean | isProtectedAccess(short sh) |
static boolean | isPublicAccess(short sh) |
static String | shortToString(short sh) |