net.sf.antcontrib.math

Interface Evaluateable

Known Implementing Classes:
Numeric, Operation

public interface Evaluateable

An object which can evaluate to a numeric value.
Author:
inger

Method Summary

Number
evaluate()

Method Details

evaluate

public Number evaluate()