Searched defs:visit (Results 1 - 25 of 105) sorted by relevance

12345

/openjdk7/jdk/src/share/classes/sun/tools/jstat/
H A DClosure.java22 * or visit www.oracle.com if you need additional information or have any
38 void visit(Object o, boolean hasNext) throws MonitorException; method in interface:Closure
H A DHeaderClosure.java22 * or visit www.oracle.com if you need additional information or have any
44 * visit an object to perform some operation. In this case, the
47 public void visit(Object o, boolean hasNext) throws MonitorException { method in class:HeaderClosure
H A DRowClosure.java22 * or visit www.oracle.com if you need additional information or have any
47 public void visit(Object o, boolean hasNext) throws MonitorException { method in class:RowClosure
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/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/
H A DInstructionVisitor.java20 * or visit www.oracle.com if you need additional information or have any
29 public void visit(long currentPc, Instruction instr); method in interface:InstructionVisitor
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeVisitor.java20 * or visit www.oracle.com if you need additional information or have any
31 public void visit(Bytecode bytecode); method in interface:BytecodeVisitor
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A DObjectVisitor.java20 * or visit www.oracle.com if you need additional information or have any
33 public void visit(Object o); method in interface:ObjectVisitor
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/oql/
H A DObjectVisitor.java22 * or visit www.oracle.com if you need additional information or have any
42 public boolean visit(Object o); method in interface:ObjectVisitor
/openjdk7/langtools/src/share/classes/javax/lang/model/util/
H A DAbstractAnnotationValueVisitor6.java22 * or visit www.oracle.com if you need additional information or have any
46 * Therefore, methods whose names begin with {@code "visit"} may be
49 * methods with names beginning with {@code "visit"}.
51 * <p>When such a new visit method is added, the default
56 * behavior for the visit method in question. When the new visitor is
81 * {@code v.visit(av)} is equivalent to {@code av.accept(v, p)}.
85 public final R visit(AnnotationValue av, P p) { method in class:AbstractAnnotationValueVisitor6
93 * {@code v.visit(av)} is equivalent to {@code av.accept(v,
97 public final R visit(AnnotationValue av) { method in class:AbstractAnnotationValueVisitor6
H A DAbstractElementVisitor6.java22 * or visit www.oracle.com if you need additional information or have any
46 * Therefore, methods whose names begin with {@code "visit"} may be
49 * methods with names beginning with {@code "visit"}.
51 * <p>When such a new visit method is added, the default
56 * visit method in question. When the new visitor is introduced, all
82 * {@code v.visit(elem)} is equivalent to {@code elem.accept(v,
85 * @param e the element to visit
89 public final R visit(Element e, P p) { method in class:AbstractElementVisitor6
97 * {@code v.visit(elem)} is equivalent to {@code elem.accept(v,
100 * @param e the element to visit
103 public final R visit(Element e) { method in class:AbstractElementVisitor6
[all...]
H A DAbstractTypeVisitor6.java22 * or visit www.oracle.com if you need additional information or have any
39 * Therefore, methods whose names begin with {@code "visit"} may be
42 * methods with names beginning with {@code "visit"}.
44 * <p>When such a new visit method is added, the default
49 * visit method in question. When the new visitor is introduced, all
74 * invocation {@code v.visit(t, p)} is equivalent to {@code
77 * @param t the type to visit
81 public final R visit(TypeMirror t, P p) { method in class:AbstractTypeVisitor6
89 * {@code v.visit(t)} is equivalent to {@code t.accept(v, null)}.
91 * @param t the type to visit
94 public final R visit(TypeMirror t) { method in class:AbstractTypeVisitor6
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/
H A DCodeCacheVisitor.java20 * or visit www.oracle.com if you need additional information or have any
38 void visit(CodeBlob blob); method in interface:CodeCacheVisitor
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/
H A DBasicVoidType.java20 * or visit www.oracle.com if you need additional information or have any
46 public void visit(TypeVisitor v) { method in class:BasicVoidType
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
H A DLazyType.java20 * or visit www.oracle.com if you need additional information or have any
68 public void visit(TypeVisitor v) {} method in class:LazyType
/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);
H A DSymbolTable.java20 * or visit www.oracle.com if you need additional information or have any
98 public void visit(Symbol sym); method in interface:SymbolTable.SymbolVisitor
106 visitor.visit(Symbol.create(e.literalValue()));
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/model/
H A DAbstractJavaHeapObjectVisitor.java22 * or visit www.oracle.com if you need additional information or have any
43 abstract public void visit(JavaHeapObject other); method in class:AbstractJavaHeapObjectVisitor
H A DJavaHeapObjectVisitor.java22 * or visit www.oracle.com if you need additional information or have any
43 public void visit(JavaHeapObject other); method in interface:JavaHeapObjectVisitor
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/model/jaxb/
H A DJAXBTypeVisitor.java22 * or visit www.oracle.com if you need additional information or have any
35 public void visit(JAXBType type) throws Exception; method in interface:JAXBTypeVisitor
36 public void visit(RpcLitStructure type) throws Exception; method in interface:JAXBTypeVisitor
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/
H A DXSContentType.java22 * or visit www.oracle.com if you need additional information or have any
54 void visit( XSContentTypeVisitor visitor ); method in interface:XSContentType
/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 DElementVisitor.java22 * or visit www.oracle.com if you need additional information or have any
35 * accept} method, the <tt>visit<i>XYZ</i></tt> method most applicable
71 * @param e the element to visit
75 R visit(Element e, P p); method in interface:ElementVisitor
78 * A convenience method equivalent to {@code v.visit(e, null)}.
79 * @param e the element to visit
82 R visit(Element e); method in interface:ElementVisitor
86 * @param e the element to visit
94 * @param e the element to visit
102 * @param e the element to visit
[all...]

Completed in 81 milliseconds

12345