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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/
H A DBasicMemberFunctionType.java33 private Type thisType; field in class:BasicMemberFunctionType
40 Type thisType,
42 this(name, size, returnType, containingClass, thisType, thisAdjust, 0);
49 Type thisType,
54 this.thisType = thisType;
61 public Type getThisType() { return thisType; }
67 thisType = db.resolveType(this, thisType, listener, "resolving member function \"this\" type");
36 BasicMemberFunctionType(String name, int size, Type returnType, Type containingClass, Type thisType, long thisAdjust) argument
45 BasicMemberFunctionType(String name, int size, Type returnType, Type containingClass, Type thisType, long thisAdjust, int cvAttributes) argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/ct/
H A DAbstractExtendedComplexTypeBuilder.java170 protected boolean checkIfExtensionSafe(XSComplexType baseType, XSComplexType thisType) { argument
178 Iterator itr = thisType.iterateDeclaredAttributeUses();
184 NameClass enc = getNameClass(thisType.getExplicitContent());

Completed in 98 milliseconds