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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DJConditional.java42 private JBlock _then = new JBlock(); field in class:JConditional
64 public JBlock _then() { method in class:JConditional
65 return _then;
87 _then.generateBody(f);
100 f.g(_then);

Completed in 30 milliseconds