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

/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DCompoundStatement.java47 super(STAT, where);
99 if ((s.op == STAT) && (s.labels == null)) {
126 if ((s.op == STAT) && (s.labels == null)) {
H A DStatement.java54 public static final Statement empty = new Statement(STAT, 0);
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DConstants.java480 int STAT = 105; field in interface:Constants
H A DParser.java1849 ClassDefinition body = parseNamedClass(M_LOCAL | mod, STAT, null);
1860 * @arg ctx Syntactic context of the class, one of {PACKAGE CLASS STAT EXPR}.

Completed in 3010 milliseconds