public class JMods extends Object implements JGenerable
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 |
setFinal(boolean newValue) |
void |
setPrivate() |
void |
setProtected() |
void |
setPublic() |
void |
setSynchronized(boolean newValue) |
String |
toString() |
public int getValue()
public boolean isAbstract()
public boolean isNative()
public boolean isSynchronized()
public void setSynchronized(boolean newValue)
public void setPrivate()
public void setProtected()
public void setPublic()
public void setFinal(boolean newValue)
public void generate(JFormatter f)
generate
in interface JGenerable
Copyright © 2019 JBoss by Red Hat. All rights reserved.