Searched defs:visitType (Results 1 - 25 of 34) sorted by relevance

12

/openjdk9/langtools/src/java.compiler/share/classes/javax/lang/model/util/
H A DSimpleElementVisitor6.java145 public R visitType(TypeElement e, P p) { method in class:SimpleElementVisitor6
H A DElementScanner6.java184 public R visitType(TypeElement e, P p) { method in class:ElementScanner6
H A DSimpleAnnotationValueVisitor6.java234 public R visitType(TypeMirror t, P p) { method in class:SimpleAnnotationValueVisitor6
H A DElementKindVisitor6.java138 public R visitType(TypeElement e, P p) { method in class:ElementKindVisitor6
/openjdk9/langtools/src/java.compiler/share/classes/javax/lang/model/element/
H A DElementVisitor.java113 R visitType(TypeElement e, P p); method in interface:ElementVisitor
H A DAnnotationValueVisitor.java182 R visitType(TypeMirror t, P p); method in interface:AnnotationValueVisitor
/openjdk9/langtools/src/jdk.jshell/share/classes/jdk/jshell/
H A DTypePrinter.java74 public String visitType(Type t, Locale locale) { method in class:TypePrinter
H A DVarTypePrinter.java118 public Void visitType(Type t, Set<Type> types) { method in class:VarTypePrinter.CaptureScanner
/openjdk9/langtools/test/tools/javac/processing/model/element/
H A DTestTypeParameter.java67 public Integer visitType(TypeElement e, Void p) { method in class:TestTypeParameter.Scanner
H A DTestTypeParameterAnnotations.java73 public Integer visitType(TypeElement e, Void p) { method in class:TestTypeParameterAnnotations.Scanner
/openjdk9/langtools/src/jdk.compiler/share/classes/com/sun/tools/sjavac/comp/
H A DPubapiVisitor.java68 public Void visitType(TypeElement e, Void p) { method in class:PubapiVisitor
/openjdk9/langtools/test/tools/javac/processing/model/
H A DTestSymtabItems.java145 public Void visitType(TypeElement e, Void p) { method in class:TestSymtabItems.ElemPrinter
H A DTestVisitorDefaults.java98 public String visitType(TypeElement e, Object o) { return throwUOE(); } method in class:TestVisitorDefaults.DirectElementVisitorChild
128 public String visitType(TypeElement e, Object o) { return throwUOE(); } method in class:TestVisitorDefaults.IndirectElementVisitorChild
218 public String visitType(TypeMirror t, Object o) { return throwUOE(); } method in class:TestVisitorDefaults.DirectAnnotationVisitorChild
/openjdk9/langtools/src/sample/share/javac/processing/src/
H A DCheckNamesProcessor.java215 public Void visitType(TypeElement e, Void p) { method in class:CheckNamesProcessor.NameChecker.NameCheckScanner
/openjdk9/langtools/test/tools/javac/processing/model/util/elements/doccomments/
H A DTestDocComments.java274 public Void visitType(TypeElement e, Void p) { method in class:TestDocComments.TestElementScanner
/openjdk9/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/processing/
H A DJavacRoundEnvironment.java206 public R visitType(TypeElement e, P p) { method in class:JavacRoundEnvironment.ElementScanningIncludingTypeParameters
H A DPrintingProcessor.java165 public PrintingElementVisitor visitType(TypeElement e, Boolean p) { method in class:PrintingProcessor.PrintingElementVisitor
/openjdk9/jaxws/src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/processor/util/
H A DClassNameCollector.java182 private void visitType(AbstractType type) throws Exception { method in class:ClassNameCollector
192 private void visitType(JAXBType type) throws Exception { method in class:ClassNameCollector
196 private void visitType(RpcLitStructure type) throws Exception { method in class:ClassNameCollector
/openjdk9/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DPrinter.java282 public String visitType(Type t, Locale locale) { method in class:Printer
/openjdk9/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DInferenceContext.java397 public Void visitType(Type t, Void _unused) { method in class:InferenceContext.ReachabilityVisitor
/openjdk9/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/util/
H A DRichDiagnosticFormatter.java353 public String visitType(Type t, Locale locale) { method in class:RichDiagnosticFormatter.RichPrinter
/openjdk9/jaxws/src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/processor/modeler/annotation/
H A DWebServiceVisitor.java101 public Void visitType(TypeElement e, Object o) { method in class:WebServiceVisitor
/openjdk9/langtools/test/tools/javac/sym/
H A DElementStructureTest.java439 public Void visitType(TypeElement e, Void p) { method in class:ElementStructureTest.ExhaustiveElementScanner
/openjdk9/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/
H A DJNIWriter.java584 public Type visitType(Type t, StringBuilder s) { method in class:JNIWriter.TypeSignature.JvmTypeVisitor
690 public R visitType(Type t, P p) { method in class:JNIWriter.SimpleTypeVisitor
/openjdk9/jdk/src/java.base/share/classes/jdk/internal/org/objectweb/asm/util/
H A DTextifier.java611 private void visitType(final Type value) { method in class:Textifier

Completed in 512 milliseconds

12