Searched defs:Branch (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/com/sun/nio/sctp/SctpMultiChannel/
H A DBranch.java51 public class Branch { class
/openjdk7/jdk/src/share/classes/java/util/regex/
H A DPattern.java1970 // Branch
1984 if (prev instanceof Branch) {
1985 ((Branch)prev).add(node);
1994 prev = new Branch(prev, node, branchConn);
2880 head = new Branch(head, null, tail);
2882 head = new Branch(null, head, tail);
4457 * A Guard node at the end of each atom node in a Branch. It
4478 static final class Branch extends Node { class in class:Pattern
4482 Branch(Node first, Node second, Node branchConn) { method in class:Pattern.Branch

Completed in 63 milliseconds