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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DJConditional.java47 private JBlock _else = null; field in class:JConditional
73 public JBlock _else() { method in class:JConditional
74 if (_else == null) _else = new JBlock();
75 return _else;
82 return _else()._if(boolExp);
91 _else.generateBody(f);
101 if (_else != null)
102 f.p("else").g(_else);

Completed in 281 milliseconds