public abstract class Token
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Token.LiteralFollowUp |
Modifier and Type | Field and Description |
---|---|
protected Token.LiteralFollowUp |
followup |
protected int |
length |
static java.lang.String |
ROOT |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<java.lang.Void> |
asyncComponent() |
static java.lang.String |
atomOrValue(java.lang.String value) |
Token.LiteralFollowUp |
followup() |
abstract boolean |
isBinary() |
int |
length() |
abstract void |
merge(Token t) |
static Token |
of(io.vertx.core.buffer.Buffer next,
boolean binaryToken,
io.vertx.core.file.FileSystem fs) |
abstract java.lang.String |
value() |
public static final java.lang.String ROOT
protected Token.LiteralFollowUp followup
protected int length
public static java.lang.String atomOrValue(java.lang.String value)
public static Token of(io.vertx.core.buffer.Buffer next, boolean binaryToken, io.vertx.core.file.FileSystem fs)
public abstract java.lang.String value()
public abstract boolean isBinary()
public abstract void merge(Token t)
public Token.LiteralFollowUp followup()
public java.util.concurrent.CompletableFuture<java.lang.Void> asyncComponent()
public int length()
Copyright © 2021. All Rights Reserved.