Searched defs:accept (Results 1 - 7 of 7) sorted by relevance

/opengrok/jrcs/src/main/java/org/apache/commons/jrcs/diff/
H A DDeleteDelta.java117 public void accept(RevisionVisitor visitor) method in class:DeleteDelta
H A DAddDelta.java122 public void accept(RevisionVisitor visitor) method in class:AddDelta
H A DChangeDelta.java129 public void accept(RevisionVisitor visitor) method in class:ChangeDelta
H A DDelta.java78 * Added visitor pattern accept() method
254 public abstract void accept(RevisionVisitor visitor); method in class:Delta
H A DRevision.java87 * Added visitor pattern Visitor interface and accept() method.
245 public void accept(RevisionVisitor visitor) { method in class:Revision
249 ((Delta) iter.next()).accept(visitor);
/opengrok/src/org/opensolaris/opengrok/index/
H A DIndexDatabase.java669 * Check if I should accept this file into the index database
674 private boolean accept(File file) { method in class:IndexDatabase
716 // always accept directories so that their files can be examined
729 boolean accept(File parent, File file) { method in class:IndexDatabase
749 return accept(file);
758 * Check if I should accept the path containing a symlink
765 // Always accept local symlinks
831 if (!accept(dir)) {
844 if (accept(dir, file)) {
/opengrok/lib/
H A Dbcel-6.0.jar ... apache.bcel.classfile.ConstantPool constant_pool public void accept (org.apache.bcel.classfile.Visitor) org ...

Completed in 28 milliseconds