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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DJCodeModel.java50 * JCodeModel cm = new JCodeModel();
61 * Every CodeModel node is always owned by one {@link JCodeModel} object
65 * in a top-down fashion. For example, you create a class from {@link JCodeModel},
77 * Most of the time you'd want to populate new type definitions in a {@link JCodeModel}.
80 public final class JCodeModel { class
121 public JCodeModel() {} method in class:JCodeModel
527 * There is one pool for each JCodeModel object.
532 * object, which is scoped to JCodeModel.
538 super(JCodeModel
[all...]

Completed in 515 milliseconds