Lines Matching refs:visit

22  * 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 the Java class of this {@link ClassReader}.
458 * @param classVisitor the visitor that must visit this class.
460 * visit of the class. Any attribute whose type is not equal to the
582 // calls the visit method
583 classVisitor.visit(readInt(4),
817 * is possible to skip all visit events and just copy the
1183 // makes the visitor visit it,
1490 * Reads parameter annotations and makes the given visitor visit them.
1499 * @param mv the visitor that must visit the annotations.
1536 * Reads the values of an annotation and makes the given visitor visit them.
1544 * @param av the visitor that must visit the values.
1571 * Reads a value of an annotation and makes the given visitor visit it.
1579 * @param av the visitor that must visit the value.
1606 av.visit(name, readConst(readUnsignedShort(v), buf));
1610 av.visit(name,
1615 av.visit(name, readInt(items[readUnsignedShort(v)]) == 0
1621 av.visit(name,
1626 av.visit(name,
1631 av.visit(name, readUTF8(v, buf));
1639 av.visit(name, Type.getType(readUTF8(v, buf)));
1664 av.visit(name, bv);
1673 av.visit(name, zv);
1682 av.visit(name, sv);
1691 av.visit(name, cv);
1700 av.visit(name, iv);
1709 av.visit(name, lv);
1718 av.visit(name, fv);
1727 av.visit(name, dv);
1803 * visit of the class. Any attribute whose type is not equal to the