Searched refs:StaticTrieNode (Results 1 – 1 of 1) sorted by relevance
636 …StaticTrieNode=function(a,b){sre.AbstractTrieNode.call(this,a,b);this.kind=sre.TrieNode.Kind.STATI… class in sre637 sre.StaticTrieNode.prototype.toString=function(){return this.getRule()?this.constraint+"\n==> "+thi…641 …StaticTrieNode.call(this,a,sre.TrieNodeFactory.constraintTest_(a));this.kind=sre.TrieNode.Kind.QUE…642 …StaticTrieNode.call(this,a,sre.TrieNodeFactory.constraintTest_(a));this.kind=sre.TrieNode.Kind.BOO…