Methods in program with parameters of type RepReg |
static boolean |
RepRegRejector.accept(RepReg rr,
int index)
Returns if a repetition region (parameter 1) accepts the second index (parameter 2) of
another repetition region. |
static boolean |
RepRegRejector.accept(RepReg rr1,
int fI,
int sI,
int ssL)
Returns if a repetition region (parameter 1) accepts another repetition region. |
static boolean |
RepRegRejector.accept(RepReg rr,
MatchingPair mp)
Returns if a repetition region (parameter 1) accepts a matching pair (parameter 2). |
static boolean |
RepRegRejector.accept(RepReg rr1,
RepReg rr2)
Returns if a repetition region (parameter 1) accepts another repetition region. |