Uses of Class
se.l4.commons.serialization.format.Token
| Package | Description |
|---|---|
| se.l4.commons.serialization.format |
-
Uses of Token in se.l4.commons.serialization.format
Methods in se.l4.commons.serialization.format that return Token Modifier and Type Method Description TokenAbstractStreamingInput. current()TokenStreamingInput. current()Get the current token.TokenAbstractStreamingInput. next()TokenAbstractStreamingInput. next(Token expected)TokenJsonInput. next(Token expected)TokenStreamingInput. next()Advance to the next token.TokenStreamingInput. next(Token expected)Advance to the next token checking that it is of a certain type.protected abstract TokenAbstractStreamingInput. next0()protected TokenBinaryInput. next0()TokenJsonInput. next0()TokenBinaryInput. peek()TokenJsonInput. peek()TokenStreamingInput. peek()Peek into the stream and return the next token.static TokenToken. valueOf(String name)Returns the enum constant of this type with the specified name.static Token[]Token. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in se.l4.commons.serialization.format with parameters of type Token Modifier and Type Method Description TokenAbstractStreamingInput. next(Token expected)TokenJsonInput. next(Token expected)TokenStreamingInput. next(Token expected)Advance to the next token checking that it is of a certain type.