Home | History | Annotate | Download | only in shadows

Lines Matching refs:rootNode

27 	public MatchNode rootNode;
30 rootNode = new MatchNode(code);
35 MatchNode authNode = rootNode.map.get(authority);
37 authNode = new MatchNode(rootNode.code);
38 rootNode.map.put(authority, authNode);
50 if (!rootNode.map.containsKey(auth)) {
51 return rootNode.code;
54 return matchSegments(rootNode.map.get(auth), segments);
79 return rootNode.code;
89 nextNode = new MatchNode(rootNode.code);
96 nextNode = new MatchNode(rootNode.code);
103 nextNode = new MatchNode(rootNode.code);