Interface DSLExpression.DSLExpressionReducer
- All Known Implementing Classes:
DSLExpression.AbstractDSLExpressionReducer
- Enclosing class:
DSLExpression
public static interface DSLExpression.DSLExpressionReducer
-
Method Summary
Modifier and TypeMethodDescriptionvisitBinary(DSLExpression.Binary binary) visitCall(DSLExpression.Call binary) visitNegate(DSLExpression.Negate negate) visitVariable(DSLExpression.Variable binary)
-
Method Details
-
visitBinary
-
visitNegate
-
visitCall
-
visitVariable
-