net.sf.antcontrib.math
Interface Evaluateable

All Known Implementing Classes:
Numeric, Operation

public interface Evaluateable

An object which can evaluate to a numeric value.

Author:
inger

Method Summary
 java.lang.Number evaluate()
           
 

Method Detail

evaluate

java.lang.Number evaluate()