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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DJFieldRef.java53 private boolean explicitThis; field in class:JFieldRef
84 JFieldRef(JGenerable object, String name, boolean explicitThis) { argument
85 this.explicitThis = explicitThis;
92 JFieldRef(JGenerable object, JVar var, boolean explicitThis) { argument
93 this.explicitThis = explicitThis;
105 if (explicitThis) {

Completed in 21 milliseconds