public static interface ProductionReplacement.Context<T>
| Modifier and Type | Method and Description |
|---|---|
T |
context() |
void |
generateDefault() |
Node |
node() |
Output |
output() |
void |
write(CharSequence str) |
void |
write(int codePoint) |
Node node()
void generateDefault()
T context()
void write(CharSequence str)
void write(int codePoint)
Output output()
Copyright © 2019. All rights reserved.