org.omegahat.Environment.DataStructures
Interface Multiplicable

All Known Subinterfaces:
MathOperations
All Known Implementing Classes:
numeric

public interface Multiplicable

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


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

Method Detail

multiplyValue

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