Uses of Interface
xyz.cofe.text.parse.Pointer
| Package | Description |
|---|---|
| xyz.cofe.text.parse |
-
Uses of Pointer in xyz.cofe.text.parse
Classes in xyz.cofe.text.parse with type parameters of type Pointer 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>>Последовательность правилinterfaceTok<P extends Pointer>Subinterfaces of Pointer in xyz.cofe.text.parse Modifier and Type Interface Description interfaceCharPointerУказатель по текстуinterfaceCommonPointer<SELF extends CommonPointer<SELF,Item,Pos>,Item,Pos>Указатель на некую последовательность токенов/лексемinterfaceTokenPointerУказатель на лексемыClasses in xyz.cofe.text.parse that implement Pointer Modifier and Type Class Description classBasicCharPointerБазовая реализацияCharPointerclassBasicTokenPointerУказатель на лексемыMethods in xyz.cofe.text.parse with type parameters of type Pointer 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)Создание функции-правила последовательности правил