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

/opengrok-sun/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-sun/src/org/opensolaris/opengrok/history/
H A DDirectoryHistoryReader.java136 while (next()) {
181 private boolean next() throws IOException { method in class:DirectoryHistoryReader
189 aiter = hash.get(idate = diter.next()).keySet().iterator();
195 citer = hash.get(idate).get(iauthor = aiter.next()).keySet().iterator();
198 icomment = citer.next();
H A DSCCSHistoryParser.java83 while (next()) {
107 private boolean next() throws java.io.IOException { method in class:SCCSHistoryParser
/opengrok-sun/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 370 milliseconds