Class SequentialMatchers.SimpleSequentialMatchers
java.lang.Object
com.oracle.truffle.regex.tregex.nodes.dfa.Matchers
com.oracle.truffle.regex.tregex.nodes.dfa.SequentialMatchers
com.oracle.truffle.regex.tregex.nodes.dfa.SequentialMatchers.SimpleSequentialMatchers
- Enclosing class:
SequentialMatchers
-
Nested Class Summary
Nested classes/interfaces inherited from class com.oracle.truffle.regex.tregex.nodes.dfa.SequentialMatchers
SequentialMatchers.Builder, SequentialMatchers.SimpleSequentialMatchers, SequentialMatchers.UTF16Or32SequentialMatchers, SequentialMatchers.UTF16RawSequentialMatchers, SequentialMatchers.UTF8SequentialMatchers -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.oracle.truffle.regex.tregex.nodes.dfa.SequentialMatchers
getNoMatchSuccessor, match
-
Constructor Details
-
SimpleSequentialMatchers
-
-
Method Details
-
getMatchers
-
size
public int size()Description copied from class:SequentialMatchersReturns the number of transitions represented by this object.- Specified by:
sizein classSequentialMatchers
-
match
public boolean match(int i, int c) Description copied from class:SequentialMatchersReturnstrueiff transitionimatchesc.- Specified by:
matchin classSequentialMatchers
-
toString
Description copied from class:SequentialMatchersReturns a String representation of transitioni.- Specified by:
toStringin classSequentialMatchers
-