Uses of Interface
cc.redberry.rings.io.Tokenizer.CharacterStream
-
Packages that use Tokenizer.CharacterStream Package Description cc.redberry.rings.io -
-
Uses of Tokenizer.CharacterStream in cc.redberry.rings.io
Methods in cc.redberry.rings.io that return Tokenizer.CharacterStream Modifier and Type Method Description static Tokenizer.CharacterStreamTokenizer. concat(Tokenizer.CharacterStream a, Tokenizer.CharacterStream b)Concat char streamsstatic Tokenizer.CharacterStreamTokenizer. mkCharacterStream(String string, Character terminateChar)Create character stream from stringMethods in cc.redberry.rings.io with parameters of type Tokenizer.CharacterStream Modifier and Type Method Description static Tokenizer.CharacterStreamTokenizer. concat(Tokenizer.CharacterStream a, Tokenizer.CharacterStream b)Concat char streamsConstructors in cc.redberry.rings.io with parameters of type Tokenizer.CharacterStream Constructor Description Tokenizer(Tokenizer.CharacterStream stream)Create tokenizer of a given char stream
-