jdeparser 1.0.0.Final-redhat-1

org.jboss.jdeparser
Class JMods

java.lang.Object
  extended by org.jboss.jdeparser.JMods
All Implemented Interfaces:
JGenerable

public class JMods
extends Object
implements JGenerable

Modifier groups.


Method Summary
 void generate(JFormatter f)
           
 int getValue()
          Gets the bit-packed representaion of modifiers.
 boolean isAbstract()
           
 boolean isNative()
           
 boolean isSynchronized()
           
 void setFinal(boolean newValue)
           
 void setPrivate()
           
 void setProtected()
           
 void setPublic()
           
 void setSynchronized(boolean newValue)
           
 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)

setPrivate

public void setPrivate()

setProtected

public void setProtected()

setPublic

public void setPublic()

setFinal

public void setFinal(boolean newValue)

generate

public void generate(JFormatter f)
Specified by:
generate in interface JGenerable

toString

public String toString()
Overrides:
toString in class Object

jdeparser 1.0.0.Final-redhat-1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.