org.omegahat.Environment.DataStructures
Interface Divisable

All Known Subinterfaces:
MathOperations
All Known Implementing Classes:
numeric

public interface Divisable

Interface implemented by a class to allow it be interpreted by the evaluator as supporting division operator overloading: / and /= .


Method Summary
 java.lang.Object divideValue(java.lang.Object value, boolean inPlace)
           
 

Method Detail

divideValue

public java.lang.Object divideValue(java.lang.Object value,
                                    boolean inPlace)