Uses of Class
slogo.instruction.arithmetic.ArithmeticInstruction

Packages that use ArithmeticInstruction
slogo.instruction.arithmetic   
 

Uses of ArithmeticInstruction in slogo.instruction.arithmetic
 

Subclasses of ArithmeticInstruction in slogo.instruction.arithmetic
 class Addition
          Represents a + b, the addition of two expressions
 class Division
          Represents a / b, the division of two expressions
 class Multiplication
          Represents a x b, the multiplication of two expressions
 class Remainder
          Represents the remainder when two numbers are divided
 class Subtraction
          Represents a - b, the subtraction of two expressions