public class ExprTransformer extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ExprTransformer.ApplyExprTransformVisitor |
Constructor and Description |
---|
ExprTransformer() |
Modifier and Type | Method and Description |
---|---|
static ExprTransformer |
get()
Get the current transformer of expressions
|
static Expr |
transform(ExprTransform transform,
Expr expr)
Transform an expression
|
static ExprList |
transform(ExprTransform transform,
ExprList exprList)
Transform an expression list
|
public static ExprTransformer get()
public static Expr transform(ExprTransform transform, Expr expr)
public static ExprList transform(ExprTransform transform, ExprList exprList)
Licenced under the Apache License, Version 2.0