Searched refs:AbstractTrieNode (Results 1 – 1 of 1) sorted by relevance
634 …AbstractTrieNode=function(a,b){this.constraint=a;this.test=b;this.children_={};this.kind=sre.TrieN… class in sre635 …AbstractTrieNode.prototype.getChild=function(a){return this.children_[a]};sre.AbstractTrieNode.pro…636 …,b){sre.AbstractTrieNode.call(this,a,b);this.kind=sre.TrieNode.Kind.STATIC;this.rule_=null};goog.i…637 …n(){sre.AbstractTrieNode.call(this,"",function(){return!0});this.kind=sre.TrieNode.Kind.ROOT};goog…638 …re.AbstractTrieNode.call(this,a,function(b){return b===a});this.kind=sre.TrieNode.Kind.DYNAMIC};go…