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

/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DCodeContext.java57 case INLINENEWINSTANCE:
H A DInlineReturnStatement.java55 if ((ctx.node != null) && ((ctx.node.op == INLINEMETHOD) || (ctx.node.op == INLINENEWINSTANCE))) {
H A DInlineNewInstanceExpression.java48 super(INLINENEWINSTANCE, where, type);
H A DContext.java774 case INLINENEWINSTANCE:
794 case INLINENEWINSTANCE:
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DConstants.java534 int INLINENEWINSTANCE = 151; field in interface:Constants

Completed in 39 milliseconds