Class AllTransitionsInOneTreeMatcher.AllTransitionsInOneTreeLeafMatcher

java.lang.Object
com.oracle.truffle.regex.tregex.nodes.dfa.AllTransitionsInOneTreeMatcher.AllTransitionsInOneTreeLeafMatcher
Enclosing class:
AllTransitionsInOneTreeMatcher

public static final class AllTransitionsInOneTreeMatcher.AllTransitionsInOneTreeLeafMatcher extends Object
Data structure for optimized matching of multiple ranges in one lower byte range.
See Also:
  • Constructor Details

    • AllTransitionsInOneTreeLeafMatcher

      public AllTransitionsInOneTreeLeafMatcher(long[][] bitSets, short[] successors, int[] ranges)
  • Method Details