com.sun.codemodel
Class JMods

java.lang.Object
  extended by com.sun.codemodel.JMods

public class JMods
extends java.lang.Object

Modifier groups.


Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

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.