Searched refs:visit (Results 26 - 50 of 219) sorted by relevance

123456789

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/model/
H A DRequest.java22 * or visit www.oracle.com if you need additional information or have any
42 visitor.visit(this);
H A DBlock.java22 * or visit www.oracle.com if you need additional information or have any
72 visitor.visit(this);
H A DExtendedModelVisitor.java22 * or visit www.oracle.com if you need additional information or have any
40 public void visit(Model model) throws Exception { method in class:ExtendedModelVisitor
68 visit(parameter);
92 visit(parameter);
137 protected void visit(Parameter parameter) throws Exception {} method in class:ExtendedModelVisitor
/openjdk7/jdk/src/share/classes/sun/tools/jstat/
H A DSymbolResolutionClosure.java22 * or visit www.oracle.com if you need additional information or have any
48 public void visit(Object o, boolean hasNext) throws MonitorException { method in class:SymbolResolutionClosure
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/generator/
H A DGeneratorBase.java22 * or visit www.oracle.com if you need additional information or have any
99 public void visit(Model model) throws Exception { method in class:GeneratorBase
105 public void visit(Service service) throws Exception { method in class:GeneratorBase
111 public void visit(Port port) throws Exception { method in class:GeneratorBase
117 public void visit(Operation operation) throws Exception { method in class:GeneratorBase
131 public void visit(Parameter param) throws Exception { method in class:GeneratorBase
134 public void visit(Block block) throws Exception { method in class:GeneratorBase
137 public void visit(Response response) throws Exception { method in class:GeneratorBase
141 public void visit(Request request) throws Exception { method in class:GeneratorBase
144 public void visit(Faul method in class:GeneratorBase
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DRichDiagnosticFormatter.java22 * or visit www.oracle.com if you need additional information or have any
414 String ownerName = visit(s.owner, locale);
442 typePreprocessor.visit(t);
448 public Void visit(List<Type> ts) {
450 visit(t);
456 visit(t.tvars);
457 visit(t.qtype);
463 visit(t.argtypes);
464 visit(t.restype);
472 visit(o
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/
H A DStringTable.java20 * or visit www.oracle.com if you need additional information or have any
63 public void visit(Instance string); method in interface:StringTable.StringVisitor
73 visitor.visit(s);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DEmptyImpl.java22 * or visit www.oracle.com if you need additional information or have any
54 public void visit( XSVisitor visitor ) { method in class:EmptyImpl
57 public void visit( XSContentTypeVisitor visitor ) { method in class:EmptyImpl
/openjdk7/langtools/src/share/classes/javax/lang/model/element/
H A DAnnotationValueVisitor.java22 * or visit www.oracle.com if you need additional information or have any
44 * the <tt>visit<i>XYZ</i></tt> method applicable to that value is
74 * @param av the value to visit
78 R visit(AnnotationValue av, P p); method in interface:AnnotationValueVisitor
81 * A convenience method equivalent to {@code v.visit(av, null)}.
82 * @param av the value to visit
85 R visit(AnnotationValue av); method in interface:AnnotationValueVisitor
91 * @return the result of the visit
99 * @return the result of the visit
107 * @return the result of the visit
[all...]
/openjdk7/langtools/src/share/classes/javax/lang/model/type/
H A DTypeVisitor.java22 * or visit www.oracle.com if you need additional information or have any
35 * type's {@link TypeMirror#accept accept} method, the <tt>visit<i>XYZ</i></tt>
69 * @param t the type to visit
73 R visit(TypeMirror t, P p); method in interface:TypeVisitor
76 * A convenience method equivalent to {@code v.visit(t, null)}.
77 * @param t the element to visit
80 R visit(TypeMirror t); method in interface:TypeVisitor
84 * @param t the type to visit
92 * @param t the type to visit
100 * @param t the type to visit
[all...]
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/
H A DNode.java99 v.visit(this);
109 public void visit(Node node); method in interface:Node.Visitor
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_CodeStubs.hpp20 * or visit www.oracle.com if you need additional information or have any
67 virtual void visit(LIR_OpVisitState* visit) { argument
105 virtual void visit(LIR_OpVisitState* visitor) { function in class:CounterOverflowStub
134 virtual void visit(LIR_OpVisitState* visitor) { function in class:ConversionStub
159 virtual void visit(LIR_OpVisitState* visitor) { function in class:RangeCheckStub
185 virtual void visit(LIR_OpVisitState* visitor) { function in class:DivByZeroStub
206 virtual void visit(LIR_OpVisitState* visitor) { function in class:ImplicitNullCheckStub
227 virtual void visit(LIR_OpVisitState* visitor) { function in class:NewInstanceStub
249 virtual void visit(LIR_OpVisitStat function in class:NewTypeArrayStub
272 virtual void visit(LIR_OpVisitState* visitor) { function in class:NewObjectArrayStub
310 virtual void visit(LIR_OpVisitState* visitor) { function in class:MonitorEnterStub
331 virtual void visit(LIR_OpVisitState* visitor) { function in class:MonitorExitStub
419 virtual void visit(LIR_OpVisitState* visitor) { function in class:PatchingStub
441 virtual void visit(LIR_OpVisitState* visitor) { function in class:DeoptimizeStub
468 virtual void visit(LIR_OpVisitState* visitor) { function in class:SimpleExceptionStub
507 virtual void visit(LIR_OpVisitState* visitor) { function in class:ArrayCopyStub
556 virtual void visit(LIR_OpVisitState* visitor) { function in class:G1PreBarrierStub
599 virtual void visit(LIR_OpVisitState* visitor) { function in class:G1PostBarrierStub
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DClassLoaderReferenceImpl.java20 * or visit www.oracle.com if you need additional information or have any
87 public void visit(Klass k, Oop loader) {
100 public void visit(Klass k, Oop loader) {
112 public void visit(Klass k) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/
H A DWrapperBeanGenerator.java22 * or visit www.oracle.com if you need additional information or have any
108 cw.visit(V1_5, ACC_PUBLIC + ACC_SUPER, replaceDotWithSlash(className), null, "java/lang/Object", null);
111 root.visit("name", rootName);
112 root.visit("namespace", rootNS);
116 type.visit("name", typeName);
117 type.visit("namespace", typeNS);
121 propVisitor.visit("propOrder", field.fieldName);
133 mime.visit("value", ((XmlMimeType)ann).value());
137 ada.visit("value", getASMType(((XmlJavaTypeAdapter)ann).value()));
139 // ada.visit("typ
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/nav/
H A DReflectionNavigator.java22 * or visit www.oracle.com if you need additional information or have any
79 r = visit(sc, sup);
86 r = visit(i, sup);
101 // recursively visit super class/interfaces
104 r = visit(bind(r, raw, p), sup);
110 r = visit(bind(i, raw, p), sup);
125 return visit(v.getBounds()[0], sup);
142 return binder.visit(t, new BinderArg(decl, args.getActualTypeArguments()));
182 params[i] = visit(t, args);
188 newOwner = visit(newOwne
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/
H A DBasicDoubleType.java20 * or visit www.oracle.com if you need additional information or have any
49 public void visit(TypeVisitor v) { method in class:BasicDoubleType
H A DBasicFloatType.java20 * or visit www.oracle.com if you need additional information or have any
49 public void visit(TypeVisitor v) { method in class:BasicFloatType
H A DBasicIntType.java20 * or visit www.oracle.com if you need additional information or have any
55 public void visit(TypeVisitor v) { method in class:BasicIntType
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/
H A DJSnap.java20 * or visit www.oracle.com if you need additional information or have any
37 public boolean visit(PerfDataEntry pde) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/document/
H A DImport.java22 * or visit www.oracle.com if you need additional information or have any
73 visitor.visit(this);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/
H A DRefererFinder.java22 * or visit www.oracle.com if you need additional information or have any
97 e.getType().visit(this);
104 ct.getBaseType().visit(this);
105 ct.getContentType().visit(this);
123 // since the particle method is side-effect free, no need to check for double-visit.
124 particle.getTerm().visit(this);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DClassVisitor.java22 * or visit www.oracle.com if you need additional information or have any
63 * A visitor to visit a Java class. The methods of this interface must be called
64 * in the following order: <tt>visit</tt> [ <tt>visitSource</tt> ] [
92 void visit( method in interface:ClassVisitor
130 * @return a visitor to visit the annotation values, or <tt>null</tt> if
182 * @return a visitor to visit field annotations and attributes, or
209 * @return an object to visit the byte code of the method, or <tt>null</tt>
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/
H A DXSSimpleType.java22 * or visit www.oracle.com if you need additional information or have any
149 void visit( XSSimpleTypeVisitor visitor ); method in interface:XSSimpleType
H A DXSTerm.java22 * or visit www.oracle.com if you need additional information or have any
56 void visit( XSTermVisitor visitor ); method in interface:XSTerm
H A DXSWildcard.java22 * or visit www.oracle.com if you need additional information or have any
64 void visit(XSWildcardVisitor visitor); method in interface:XSWildcard

Completed in 87 milliseconds

123456789