Package net.hydromatic.filtex.ast
Class AstWriter
java.lang.Object
net.hydromatic.filtex.ast.AstWriter
Context for writing an AST out as a string.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAppends a string to the output.appendLiteral(Comparable value) Appends an identifier to the output.Appends a call to an infix operator.Appends a call to a prefix operator.toString()
-
Constructor Details
-
AstWriter
public AstWriter()
-
-
Method Details