Searched defs:JMods (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DJMods.java34 public class JMods implements JGenerable { class in inherits:JGenerable
51 private JMods(int mods) { method in class:JMods
66 + new JMods(mods).toString());
71 static JMods forVar(int mods) {
73 return new JMods(mods);
76 static JMods forField(int mods) {
78 return new JMods(mods);
81 static JMods forMethod(int mods) {
83 return new JMods(mods);
86 static JMods forClas
[all...]

Completed in 30 milliseconds