Searched refs:beginClass (Results 1 - 3 of 3) sorted by relevance
/openjdk7/jdk/src/share/classes/sun/tools/java/ |
H A D | ParserActions.java | 68 ClassDefinition beginClass(long off, String doc, method in interface:ParserActions 75 * @param c a cookie returned by the corresponding beginClass call 81 * @param c a cookie returned by the corresponding beginClass call
|
H A D | Parser.java | 134 throw new RuntimeException("beginClass method is abstract"); 178 public ClassDefinition beginClass(long off, String doc, method in class:Parser 183 // Any application must override one of the beginClass methods. 192 beginClass(off, doc, mod, nm.id, supId, implIds); 199 protected void beginClass(long off, String doc, int mod, Identifier nm, method in class:Parser 201 throw new RuntimeException("beginClass method is abstract"); 220 // Any application must override one of the beginClass methods. 1958 actions.beginClass(p, doc, mod, nm, sup, implids);
|
/openjdk7/jdk/src/share/classes/sun/tools/javac/ |
H A D | BatchParser.java | 119 public ClassDefinition beginClass(long where, String doc, int mod, method in class:BatchParser 135 if (tracing) toplevelEnv.dtEnter("beginClass: " + sourceClass); 204 if (tracing) toplevelEnv.dtEvent("beginClass: SETTING UP DEPENDENCIES"); 210 if (tracing) toplevelEnv.dtEvent("beginClass: ADDING TO CLASS LIST"); 214 if (tracing) toplevelEnv.dtExit("beginClass: " + sourceClass); 254 // so these transformations do not apply to them. See 'beginClass' above.
|
Completed in 31 milliseconds