parser.absconparseur.intension.arithmetic
Class MulEvaluator

java.lang.Object
  extended by parser.absconparseur.intension.Evaluator
      extended by parser.absconparseur.intension.arithmetic.ArithmeticEvaluator
          extended by parser.absconparseur.intension.arithmetic.Arity2ArithmeticEvaluator
              extended by parser.absconparseur.intension.arithmetic.MulEvaluator
All Implemented Interfaces:
Arity2Type, AssociativeType, IntegerType, SymmetricType

public class MulEvaluator
extends Arity2ArithmeticEvaluator
implements SymmetricType, AssociativeType


Field Summary
 
Fields inherited from class parser.absconparseur.intension.Evaluator
LOGGER, stack, top
 
Constructor Summary
MulEvaluator()
           
 
Method Summary
 void evaluate()
           
 
Methods inherited from class parser.absconparseur.intension.Evaluator
checkStackSize, displayStack, getArity, getArityOf, getClassOf, getTop, getTopValue, isAssociative, isSymmetric, resetTop, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MulEvaluator

public MulEvaluator()
Method Detail

evaluate

public void evaluate()
Specified by:
evaluate in class Evaluator


Copyright © 2012. All Rights Reserved.