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

/openjdk7/langtools/test/com/sun/javadoc/testMemberInheritence/diamond/
H A DB.java30 void bMethod(); method in interface:B
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DSubstitutionGroupHandler.java275 short dMethod, bMethod, dSubMethod, bSubMethod;
283 bMethod = methods.bMethod;
285 newGroup.addElement(new OneSubGroup(sub, methods.dMethod, methods.bMethod));
291 bSubMethod = (short)(bMethod | group1[j].bMethod);
311 short dMethod = 0, bMethod = 0;
323 bMethod |= ((XSComplexTypeDecl)typed).fBlock;
326 if (typed != typeb || (dMethod & bMethod) != 0)
331 methods.bMethod
338 OneSubGroup(XSElementDecl sub, short dMethod, short bMethod) argument
350 short bMethod; field in class:SubstitutionGroupHandler.OneSubGroup
[all...]

Completed in 42 milliseconds