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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DJOp.java226 static private class TernaryOp extends JExpressionImpl { class in class:JOp
234 TernaryOp(String op1, String op2, method in class:JOp.TernaryOp
251 return new TernaryOp("?", ":", cond, ifTrue, ifFalse);

Completed in 30 milliseconds