Package io.github.qishr.cascara.common.lang.processor
Interface AstConverter
java.lang.Object
io.github.qishr.cascara.common.lang.processor.AstConverter
All Implemented Interfaces:
Processor
All Known Implementing Classes:
JsonConverter, YamlConverter
public interface AstConverter
Method Summary
| Modifier and Type | Method | Description |
|---|---|---|
| public abstract String | toText(AstNode ast) | |
| public abstract T | fromAst(AstNode ast) |
Method Details
toText
public abstract String toText(AstNode ast)
fromAst
public abstract T fromAst(AstNode ast)