algoanim.executors
Class VariableIncreaseExecutor

java.lang.Object
  extended by algoanim.annotations.Executor
      extended by algoanim.executors.VariableIncreaseExecutor

public class VariableIncreaseExecutor
extends Executor


Field Summary
 
Fields inherited from class algoanim.annotations.Executor
src, vars
 
Constructor Summary
VariableIncreaseExecutor(Variables vars, SourceCode src)
           
 
Method Summary
 boolean exec(Annotation anno)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VariableIncreaseExecutor

public VariableIncreaseExecutor(Variables vars,
                                SourceCode src)
Method Detail

exec

public boolean exec(Annotation anno)
Specified by:
exec in class Executor