Uses of Interface
xyz.cofe.text.parse.Tok
| Package | Description |
|---|---|
| xyz.cofe.text.parse |
-
Uses of Tok in xyz.cofe.text.parse
Classes in xyz.cofe.text.parse with type parameters of type Tok Modifier and Type Class Description classAlternatives<P extends Pointer,T extends Tok<P>>Несколько альтернативных правилstatic classBuilder.RepBuilder<P extends Pointer,T extends Tok<P>>static classBuilder.SeqBuilder<P extends Pointer,T extends Tok<P>>Создание последовательностиclassRepeat<P extends Pointer,T extends Tok<P>>Повтор нескольких правил подрядclassSequence<P extends Pointer,T extends Tok<P>>Последовательность правилClasses in xyz.cofe.text.parse that implement Tok Modifier and Type Class Description classTokenЛексемаMethods in xyz.cofe.text.parse with type parameters of type Tok Modifier and Type Method Description static <P extends Pointer, T extends Tok<P>>
Alternatives<P,T>Builder. alt(java.util.function.Function<P,T>... alts)static <P extends Pointer, T extends Tok<P>>
Builder.SeqBuilder<P,T>Builder. seq(java.util.function.Function<P,T>... seq)Создание функции-правила последовательности правил