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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DUtil.java43 private static XSType[] listDirectSubstitutables( XSType _this ) {
47 Iterator itr = ((SchemaImpl)_this.getOwnerSchema()).parent.iterateTypes();
50 if( t.getBaseType()==_this )
56 public static XSType[] listSubstitutables( XSType _this ) {
58 buildSubstitutables( _this, substitables );
62 public static void buildSubstitutables( XSType _this, Set substitutables ) { argument
63 if( _this.isLocal() ) return;
64 buildSubstitutables( _this, _this, substitutables );
67 private static void buildSubstitutables( XSType head, XSType _this, Se argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DJExpr.java139 public static JExpression _this() { return __this; } method in class:JExpr
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DNames.java65 public final Name _this; field in class:Names
175 _this = fromString("this");

Completed in 50 milliseconds