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

/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DBinaryMember.java147 private boolean isConstantCached = false; field in class:BinaryMember
149 if (!isConstantCached) {
153 isConstantCached = true;

Completed in 40 milliseconds