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

/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DCodeContext.java56 case INLINEMETHOD:
H A DInlineMethodExpression.java47 super(INLINEMETHOD, where, type);
H A DInlineReturnStatement.java55 if ((ctx.node != null) && ((ctx.node.op == INLINEMETHOD) || (ctx.node.op == INLINENEWINSTANCE))) {
H A DContext.java773 case INLINEMETHOD:
789 case INLINEMETHOD:
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DConstants.java533 int INLINEMETHOD = 150; field in interface:Constants

Completed in 43 milliseconds