Searched refs:visit (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/
H A DAnnotationVisitor.java33 * A visitor to visit a Java annotation. The methods of this interface must be
34 * called in the following order: (<tt>visit<tt> | <tt>visitEnum<tt> |
51 void visit(String name, Object value); method in interface:AnnotationVisitor
67 * @return a non null visitor to visit the actual nested annotation value.
77 * @return a non null visitor to visit the actual array value elements. The
H A DClassAdapter.java55 public void visit( method in class:ClassAdapter
63 cv.visit(version, access, name, signature, superName, interfaces);
H A DClassVisitor.java33 * A visitor to visit a Java class. The methods of this interface must be called
34 * in the following order: <tt>visit</tt> [ <tt>visitSource</tt> ] [
62 void visit( method in interface:ClassVisitor
100 * @return a non null visitor to visit the annotation values.
151 * @return a visitor to visit field annotations and attributes, or
178 * @return an object to visit the byte code of the method, or <tt>null</tt>
H A DClassReader.java36 * A Java class parser to make a {@link ClassVisitor} visit an existing class.
38 * calls the appropriate visit methods of a given class visitor for each field,
287 * Makes the given visitor visit the Java class of this {@link ClassReader}.
291 * @param classVisitor the visitor that must visit this class.
304 * Makes the given visitor visit the Java class of this {@link ClassReader}.
308 * @param classVisitor the visitor that must visit this class.
310 * visit of the class. Any attribute whose type is not equal to the
427 // calls the visit method
428 classVisitor.visit(readInt(4),
665 * is possible to skip all visit event
[all...]
H A DAnnotationWriter.java118 public void visit(final String name, final Object value) { method in class:AnnotationWriter
H A DClassWriter.java497 * without emitting visit events for all the method instructions), which
530 public void visit( method in class:ClassWriter
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/tests/
H A DTest-np.px72 should not be downloaded. Wget should not visit the following link to a
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/model/
H A DBytecodeEnhancer.java130 public void visit(int version, method in class:BytecodeEnhancer
146 super.visit(version, access, name, sig, superName, interfaces);
1512 public void visit(String name, Object value) { method in class:BytecodeEnhancer.OrderInfo
1516 parent.visit(name, value);
1528 public void visit(String name, Object value) { method in class:BytecodeEnhancer.AnnotationInfo
1529 parent.visit(name, value);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/boot/compressed/
H A Drelocs.c457 static void walk_relocs(void (*visit)(Elf32_Rel *rel, Elf32_Sym *sym))
483 /* Don't visit relocations to absolute symbols */
492 visit(rel, sym);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A DDB_File.pm2026 visit along with the time you last visited them in a DB_HASH database.

Completed in 218 milliseconds