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

/opengrok/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DBranchNode.java68 * the next revision in the branch.
82 * The next field in a Branch node points to the next higher
85 * @param next the next node in the logical RCS hierarchy.
87 BranchNode(Version vernum, BranchNode next) argument
89 super(vernum, next);
113 * Set the next node in the RCS logical hierarcy.
115 * For BranchNodes, the RCS-next is a child, that is,
H A DToken.java30 * A reference to the next regular (non-special) token from the input
37 public Token next; field in class:Token
44 * to the last of these special tokens, which in turn refers to the next
47 * The next fields of special tokens refer to other special tokens that
H A DTrunkNode.java93 * The next field in a TrunkNode points to the immediate
96 TrunkNode(Version vernum, TrunkNode next) argument
99 super(vernum, next);
107 * Set the next node in the RCS logical hierarcy.
109 * For a TrunkNode, the RCS-next is the immediate parent.
H A DVersion.java374 public Version next() method in class:Version
/opengrok/src/org/opensolaris/opengrok/history/
H A DDirectoryHistoryReader.java81 HistoryEntry currentEntry; // set in next()
164 while (next()) {
224 private boolean next() throws IOException { method in class:DirectoryHistoryReader
232 aiter = hash.get(idate = diter.next()).keySet().iterator();
238 citer = hash.get(idate).get(iauthor = aiter.next()).keySet().iterator();
241 icomment = citer.next();
H A DSCCSHistoryParser.java88 while (next()) {
112 private boolean next() throws java.io.IOException { method in class:SCCSHistoryParser
/opengrok/lib/
H A Dbcel-6.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 684 milliseconds