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

/opengrok-jel/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.
88 BranchNode(Version vernum, BranchNode next) argument
90 super(vernum, next);
114 * Set the next node in the RCS logical hierarcy.
116 * For BranchNodes, the RCS-next is a child, that is,
H A DToken.java31 * A reference to the next regular (non-special) token from the input
38 public Token next; field in class:Token
45 * to the last of these special tokens, which in turn refers to the next
48 * 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.java381 public Version next() method in class:Version
/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DDirectoryHistoryReader.java155 while (next()) {
199 private boolean next() { method in class:DirectoryHistoryReader
207 aiter = hash.get(idate = diter.next()).keySet().iterator();
213 citer = hash.get(idate).get(iauthor = aiter.next()).keySet().iterator();
216 icomment = citer.next();
H A DSCCSHistoryParser.java84 while (next()) {
108 private boolean next() throws java.io.IOException { method in class:SCCSHistoryParser
/opengrok-jel/lib/
H A Djrcs.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/jrcs/ ...
H A Dbcel-5.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 20 milliseconds