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

/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DIfStatement.java42 Statement ifTrue; field in class:IfStatement
48 public IfStatement(long where, Expression cond, Statement ifTrue, Statement ifFalse) { argument
51 this.ifTrue = ifTrue;
89 vsTrue = ifTrue.check(env, newctx, vsTrue, exp);
116 if (ifTrue != null) {
117 ifTrue = ifTrue.inline(env, ctx);
123 return eliminate(env, ifTrue);
128 if ((ifTrue
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DJOp.java250 JExpression ifTrue, JExpression ifFalse) {
251 return new TernaryOp("?", ":", cond, ifTrue, ifFalse);
249 cond(JExpression cond, JExpression ifTrue, JExpression ifFalse) argument

Completed in 30 milliseconds