com.sun.codemodel
Class JMods
java.lang.Object
com.sun.codemodel.JMods
public class JMods
- extends java.lang.Object
Modifier groups.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
getValue
public int getValue()
- Gets the bit-packed representaion of modifiers.
isAbstract
public boolean isAbstract()
isNative
public boolean isNative()
isSynchronized
public boolean isSynchronized()
setSynchronized
public void setSynchronized(boolean newValue)
generate
public void generate(JFormatter f)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2005-2009 Sun Microsystems. All Rights Reserved.