113114115116117118119120121
} private static Operand buildOperand(CommonTree ast) throws ExpressionException { ArithmeticExpression expression = ArithmeticExpressionFactory.buildArithmeticExpression(ast); return new ArithmeticExpressionOperand(expression); }