Searched refs:_finally (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DJTryBlock.java40 private JBlock _finally = null; field in class:JTryBlock
55 public JBlock _finally() { method in class:JTryBlock
56 if (_finally == null) _finally = new JBlock();
57 return _finally;
64 if (_finally != null)
65 f.p("finally").g(_finally);

Completed in 42 milliseconds