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

/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DClassDeclaration.java42 * CS_PARSED - the class is loaded from the source file, the
96 case CS_PARSED:
146 case CS_PARSED:
187 case CS_PARSED:
H A DConstants.java338 int CS_PARSED = 4; field in interface:Constants
/openjdk7/jdk/src/share/classes/sun/tools/javac/
H A DMain.java516 if (c.getStatus() == CS_PARSED) {
549 if (c.getStatus() != CS_PARSED) {
556 case CS_PARSED:
H A DBatchParser.java201 sourceClass.getClassDeclaration().setDefinition(sourceClass, CS_PARSED);
H A DSourceClass.java537 if (c.getStatus() == CS_PARSED) {
1618 dummyClass.getClassDeclaration().setDefinition(dummyClass, CS_PARSED);
2023 c.getClassDeclaration().setDefinition(c, CS_PARSED);
H A DBatchEnvironment.java325 if (c.getStatus() == CS_PARSED) {
654 * until it the state converges to CS_BINARY, CS_PARSED, or the like..
/openjdk7/jdk/src/share/classes/sun/rmi/rmic/
H A DMain.java713 if (c.getStatus() != CS_PARSED) {
719 case CS_PARSED:

Completed in 473 milliseconds