public class ExportVisitor<T> extends Object implements org.vedantatree.expressionoasis.expressions.ExpressionVisitor
| Constructor and Description |
|---|
ExportVisitor(Map<Class<?>,ExportTripleProvider<T>> exportDescription) |
| Modifier and Type | Method and Description |
|---|---|
Stack<String> |
getFunctionParameterSeparatorStack() |
String |
toString() |
void |
visit(org.vedantatree.expressionoasis.expressions.Expression expression) |
public ExportVisitor(Map<Class<?>,ExportTripleProvider<T>> exportDescription)