Uses of Interface
xyz.cofe.text.tparse.RptOP
-
Uses of RptOP in xyz.cofe.text.tparse
Classes in xyz.cofe.text.tparse that implement RptOP Modifier and Type Class Description classRptOPImpl<P extends Pointer<?,?,P>,T extends Tok<P>>Правило повтора конструкции - т.е. соответ фигурным скобкам черте в грамматике BNFGRMethods in xyz.cofe.text.tparse that return RptOP Modifier and Type Method Description RptOP<P,T>RptOP. greedly(boolean b)Указывает тип захвата входной последовательностиRptOP<P,T>RptOPImpl. greedly(boolean b)RptOP<P,T>RptOP. max(int n)Указывает кол-во максимальных повторовRptOP<P,T>RptOPImpl. max(int n)RptOP<P,T>RptOP. min(int n)Указывает кол-во минимальных повторовRptOP<P,T>RptOPImpl. min(int n)default RptOP<P,T>GR. repeat()Создает правило из текущего - которое говорит о повторе 1 и более раз