com.sun.codemodel
public class JMods extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
void |
generate(JFormatter f) |
int |
getValue()
Gets the bit-packed representaion of modifiers.
|
boolean |
isAbstract() |
boolean |
isNative() |
boolean |
isSynchronized() |
void |
setSynchronized(boolean newValue) |
java.lang.String |
toString() |
public int getValue()
public boolean isAbstract()
public boolean isNative()
public boolean isSynchronized()
public void setSynchronized(boolean newValue)
public void generate(JFormatter f)
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2005-2014 Sun Microsystems. All Rights Reserved.