public interface ConstExpr
| Modifier and Type | Field and Description |
|---|---|
static ConstExpr |
EMPTY |
static ConstExpr |
NEW_ARG |
| Modifier and Type | Method and Description |
|---|---|
default ConstExpr |
append(ConstExpr c) |
default <E extends EncoderBase<E>> |
append(E enc) |
static ConstExpr |
byteConst(byte b) |
static ConstExpr |
bytesConst(byte[] src) |
static ConstExpr |
bytesConst(byte[] src,
int offset,
int length) |
static ConstExpr |
bytesConstWithSize(byte[] src,
int size) |
static ConstExpr |
combine(ConstExpr c1,
ConstExpr c2) |
default ConstExpr |
compact() |
int |
length() |
int |
size() |
static ConstExpr |
strConst(CharSequence s,
Charset charset) |
void |
writeTo(ByteSink byteSink) |
int length()
void writeTo(ByteSink byteSink)
int size()
default ConstExpr compact()
default <E extends EncoderBase<E>> E append(E enc)
static ConstExpr byteConst(byte b)
static ConstExpr bytesConst(byte[] src)
static ConstExpr bytesConstWithSize(byte[] src, int size)
static ConstExpr bytesConst(byte[] src, int offset, int length)
static ConstExpr strConst(CharSequence s, Charset charset)
Copyright © 2016. All rights reserved.