Searched defs:_trueList (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DExpression.java59 protected FlowList _trueList = new FlowList(); field in class:Expression
160 _trueList.backPatch(il.append(ICONST_1));
177 return _trueList;
185 _trueList.backPatch(ih);

Completed in 31 milliseconds