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

/openjdk7/langtools/src/share/classes/javax/lang/model/element/
H A DElementVisitor.java98 R visitType(TypeElement e, P p); method in interface:ElementVisitor
H A DAnnotationValueVisitor.java165 R visitType(TypeMirror t, P p); method in interface:AnnotationValueVisitor
/openjdk7/langtools/src/share/classes/javax/lang/model/util/
H A DElementScanner6.java170 public R visitType(TypeElement e, P p) { method in class:ElementScanner6
H A DSimpleElementVisitor6.java138 public R visitType(TypeElement e, P p) { method in class:SimpleElementVisitor6
H A DElementKindVisitor6.java130 public R visitType(TypeElement e, P p) { method in class:ElementKindVisitor6
H A DSimpleAnnotationValueVisitor6.java226 public R visitType(TypeMirror t, P p) { method in class:SimpleAnnotationValueVisitor6
/openjdk7/langtools/test/tools/javac/processing/model/
H A DTestSymtabItems.java126 public Void visitType(TypeElement e, Void p) { method in class:TestSymtabItems.ElemPrinter
129 super.visitType(e, p);
/openjdk7/langtools/test/tools/javac/processing/model/element/
H A DTestTypeParameter.java65 public Integer visitType(TypeElement e, Void p) { method in class:TestTypeParameter.Scanner
66 super.visitType(e, p);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/processing/
H A DPrintingProcessor.java122 public NestingKind visitType(TypeElement e, Void p) {
159 public PrintingElementVisitor visitType(TypeElement e, Boolean p) { method in class:PrintingProcessor.PrintingElementVisitor
/openjdk7/langtools/src/share/sample/javac/processing/src/
H A DCheckNamesProcessor.java219 public Void visitType(TypeElement e, Void p) { method in class:CheckNamesProcessor.NameChecker.NameCheckScanner
222 super.visitType(e, p); // Check the names of any enclosed elements
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/util/
H A DClassNameCollector.java76 visitType((AbstractType)iter.next());
178 visitType(block.getType());
182 visitType(parameter.getType());
185 private void visitType(AbstractType type) throws Exception { method in class:ClassNameCollector
188 visitType((JAXBType)type);
190 visitType((RpcLitStructure)type);
195 private void visitType(JAXBType type) throws Exception { method in class:ClassNameCollector
199 private void visitType(RpcLitStructure type) throws Exception { method in class:ClassNameCollector
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DPrinter.java222 return visitType(t, locale);
227 return visitType(t, locale);
230 public String visitType(Type t, Locale locale) { method in class:Printer
H A DType.java114 public <R,S> R accept(Type.Visitor<R,S> v, S s) { return v.visitType(this, s); }
1374 R visitType(Type t, S s); method in interface:Type.Visitor
H A DTypes.java179 public Boolean visitType(Type t, Void ignored) {
220 public Type visitType(Type t, Symbol sym) {
401 public Boolean visitType(Type t, Type s) {
620 public Boolean visitType(Type t, Type s) {
871 public Boolean visitType(Type t, Type s) {
977 public Boolean visitType(Type t, Type s) {
1190 public Boolean visitType(Type t, Type s) {
1306 public Boolean visitType(Type t, Void ignored) {
1404 public Type visitType(Type t, Symbol sym) {
1521 public Type visitType(Typ
2128 public CompoundScope visitType(Type t, Boolean skipInterface) { method in class:Types.MembersClosureCache
2193 public Boolean visitType(Type t, Type s) { method in class:Types.HasSameArgs
2280 public Type visitType(Type t, Void ignored) { method in class:Types.Subst
3488 public Void visitType(Type source, Type target) { method in class:Types.Adapter
3583 public Type visitType(Type t, Void s) { method in class:Types.Rewriter
3812 public Type visitType(Type t, S s) { return t; } method in class:Types.MapVisitor
[all...]
/openjdk7/langtools/test/tools/javac/processing/model/util/elements/doccomments/
H A DTestDocComments.java281 public Void visitType(TypeElement e, Void _) { method in class:TestDocComments.TestElementScanner
283 return super.visitType(e, _);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DRichDiagnosticFormatter.java339 public String visitType(Type t, Locale locale) { method in class:RichDiagnosticFormatter.RichPrinter
340 String s = super.visitType(t, locale);
488 public Void visitType(Type t, Void ignored) {

Completed in 83 milliseconds