Searched refs:visit (Results 101 - 125 of 219) sorted by relevance

123456789

/openjdk7/langtools/src/share/classes/com/sun/source/util/
H A DSimpleTreeVisitor.java22 * or visit www.oracle.com if you need additional information or have any
51 public final R visit(Tree node, P p) { method in class:SimpleTreeVisitor
55 public final R visit(Iterable<? extends Tree> nodes, P p) { method in class:SimpleTreeVisitor
59 r = visit(node, p);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/
H A DSPARCDisassembler.java20 * or visit www.oracle.com if you need additional information or have any
135 visitor.visit(startPc + len, instr);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/
H A DBasicEnumType.java20 * or visit www.oracle.com if you need additional information or have any
119 public void visit(TypeVisitor v) { method in class:BasicEnumType
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DFindByQueryPanel.java20 * or visit www.oracle.com if you need additional information or have any
69 public void visit(Object o) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DSystemDictionaryHelper.java20 * or visit www.oracle.com if you need additional information or have any
57 public void visit(Klass k) {
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/server/
H A DRefsByTypeQuery.java22 * or visit www.oracle.com if you need additional information or have any
74 public void visit(JavaHeapObject obj) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/model/
H A DFault.java22 * or visit www.oracle.com if you need additional information or have any
80 visitor.visit(this);
H A DModel.java22 * or visit www.oracle.com if you need additional information or have any
126 visitor.visit(this);
H A DParameter.java22 * or visit www.oracle.com if you need additional information or have any
118 visitor.visit(this);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/document/
H A DMessagePart.java22 * or visit www.oracle.com if you need additional information or have any
105 visitor.visit(this);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/ct/
H A DFreshComplexTypeBuilder.java22 * or visit www.oracle.com if you need additional information or have any
58 contentType.visit(new XSContentTypeVisitor() {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DClassReader.java22 * or visit www.oracle.com if you need additional information or have any
66 * A Java class parser to make a {@link ClassVisitor} visit an existing class.
68 * calls the appropriate visit methods of a given class visitor for each field,
244 * @see ClassVisitor#visit(int, int, String, String, String, String[])
256 * @see ClassVisitor#visit(int, int, String, String, String, String[])
270 * @see ClassVisitor#visit(int, int, String, String, String, String[])
284 * @see ClassVisitor#visit(int, int, String, String, String, String[])
440 * Makes the given visitor visit the Java class of this {@link ClassReader}.
444 * @param classVisitor the visitor that must visit this class.
454 * Makes the given visitor visit th
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DAttGroupDeclImpl.java22 * or visit www.oracle.com if you need additional information or have any
79 public void visit( XSVisitor visitor ) { method in class:AttGroupDeclImpl
H A DIdentityConstraintImpl.java22 * or visit www.oracle.com if you need additional information or have any
69 public void visit(XSVisitor visitor) { method in class:IdentityConstraintImpl
H A DRestrictionSimpleTypeImpl.java22 * or visit www.oracle.com if you need additional information or have any
111 public void visit( XSSimpleTypeVisitor visitor ) { method in class:RestrictionSimpleTypeImpl
H A DElementDecl.java22 * or visit www.oracle.com if you need additional information or have any
214 public void visit( XSVisitor visitor ) { method in class:ElementDecl
217 public void visit( XSTermVisitor visitor ) { method in class:ElementDecl
/openjdk7/langtools/test/tools/javac/processing/model/type/
H A DNoTypes.java20 * or visit www.oracle.com if you need additional information or have any
110 if (kind != type.getKind() || kind != new Vis().visit(type))
/openjdk7/hotspot/agent/make/
H A Dstart-debug-server-windbg.bat21 REM or visit www.oracle.com if you need additional information or have any
H A Dstart-debug-server-windbg64.bat21 REM or visit www.oracle.com if you need additional information or have any
H A Dstart-rmiregistry.bat21 REM or visit www.oracle.com if you need additional information or have any
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeDisassembler.java20 * or visit www.oracle.com if you need additional information or have any
152 visitor.visit(new Bytecode(method, bci - 1));
156 visitor.visit((Bytecode) bytecodeObj);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A DJSJavaHeap.java20 * or visit www.oracle.com if you need additional information or have any
172 public void visit(Klass kls, Oop loader) {
193 public void visit(Klass kls) {
H A DSOQLEngine.java20 * or visit www.oracle.com if you need additional information or have any
169 visitor.visit(select);
195 visitor.visit(select);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/
H A DParticleBinder.java22 * or visit www.oracle.com if you need additional information or have any
192 mg.visit(new XSTermVisitor() {
222 p.getTerm().visit(this);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/util/
H A DSchemaTreeTraverser.java22 * or visit www.oracle.com if you need additional information or have any
80 * #visit(com.sun.xml.internal.xsom.XSSchemaSet)} function on your schema set.>/li>
379 public void visit(XSSchemaSet s) { method in class:SchemaTreeTraverser
547 type.visit((XSSimpleTypeVisitor) this);
728 baseType.visit(this);
760 type.getContentType().visit(this);
786 baseType.visit(this);
791 type.getExplicitContent().visit(this);
853 type.visit(this);
928 part.getTerm().visit(ne
[all...]

Completed in 72 milliseconds

123456789