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

/openjdk7/langtools/src/share/classes/com/sun/mirror/declaration/
H A DEnumConstantDeclaration.java47 EnumDeclaration getDeclaringType(); method in interface:EnumConstantDeclaration
H A DMemberDeclaration.java56 TypeDeclaration getDeclaringType(); method in interface:MemberDeclaration
H A DAnnotationTypeElementDeclaration.java56 AnnotationTypeDeclaration getDeclaringType(); method in interface:AnnotationTypeElementDeclaration
/openjdk7/langtools/src/share/classes/com/sun/tools/apt/mirror/declaration/
H A DEnumConstantDeclarationImpl.java49 public EnumDeclaration getDeclaringType() { method in class:EnumConstantDeclarationImpl
50 return (EnumDeclaration) super.getDeclaringType();
H A DAnnotationTypeElementDeclarationImpl.java49 public AnnotationTypeDeclaration getDeclaringType() { method in class:AnnotationTypeElementDeclarationImpl
50 return (AnnotationTypeDeclaration) super.getDeclaringType();
H A DMemberDeclarationImpl.java55 public TypeDeclaration getDeclaringType() { method in class:MemberDeclarationImpl
/openjdk7/langtools/test/tools/apt/mirror/declaration/
H A DFieldDecl.java109 TypeDeclaration getDeclaringType() { method in class:FieldDecl
110 return f1.getDeclaringType();
H A DAnnoTypeElemDecl.java123 TypeDeclaration getDeclaringType() { method in class:AnnoTypeElemDecl
124 return elem1.getDeclaringType();
H A DConstructorDecl.java133 TypeDeclaration getDeclaringType() { method in class:ConstructorDecl
134 return ctor.getDeclaringType();
H A DClassDecl.java151 return thisClassDecl.getDeclaringType();
156 return nested.getDeclaringType();
H A DInterfaceDecl.java147 return iDecl.getDeclaringType();
152 return nested.getDeclaringType();
H A DMethodDecl.java121 TypeDeclaration getDeclaringType() { method in class:MethodDecl
122 return meth1.getDeclaringType();
/openjdk7/langtools/test/tools/apt/Basics/
H A DTestGetTypeDeclarationApf.java101 ClassDeclaration c2 = (ClassDeclaration) c1.getDeclaringType();
/openjdk7/langtools/test/tools/apt/Scanners/
H A DScanner.java65 if (!atmd.getDeclaringType().toString().equals("VisitOrder"))
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/modeler/annotation/
H A DWebServiceVisitor.java421 if (soapBinding == null && !method.getDeclaringType().equals(typeDecl)) {
422 if (method.getDeclaringType() instanceof ClassDeclaration) {
423 soapBinding = method.getDeclaringType().getAnnotation(SOAPBinding.class);
425 builder.log("using "+method.getDeclaringType()+"'s SOAPBinding.");
468 builder.onError(method.getPosition(), WebserviceapMessages.localizableWEBSERVICEAP_WEBSERVICE_METHOD_IS_STATIC_OR_FINAL(method.getDeclaringType(), method));
473 method.getDeclaringType().equals(typeDecl) ||
474 (method.getDeclaringType().getAnnotation(WebService.class) != null));
476 builder.log("declaring class has WebSevice: "+(method.getDeclaringType().getAnnotation(WebService.class) != null));
510 if (classDecl.getDeclaringType() != null && !modifiers.contains(Modifier.STATIC)) {
H A DTypeModeler.java77 method.getDeclaringType().equals(theClass)) {
H A DWebServiceWrapperGenerator.java154 builder.log("method.getDeclaringType(): "+method.getDeclaringType());
/openjdk7/langtools/src/share/classes/com/sun/tools/apt/comp/
H A DPrintAP.java171 (d.getDeclaringType() instanceof InterfaceDeclaration)?
183 EnumDeclaration ed = d.getDeclaringType();
200 (d.getDeclaringType() instanceof InterfaceDeclaration)?
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/jxc/model/nav/
H A DAPTNavigator.java148 return (ClassDeclaration)f.getDeclaringType();
152 return (ClassDeclaration)m.getDeclaringType();
314 return clazz.getDeclaringType()!=null && !clazz.getModifiers().contains(Modifier.STATIC);
502 return getLocation(decl.getDeclaringType().getQualifiedName()+'.'+decl.getSimpleName(),decl.getPosition());
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/jxc/apt/
H A DInlineAnnotationReaderImpl.java166 return m.getDeclaringType().getQualifiedName()+'#'+m.getSimpleName();

Completed in 67 milliseconds