- main(String[]) - Static method in class slogo.SLogoInterpreter
-
Basic driver for SLogoParser
- main(String[]) - Static method in class slogo.turtle.TurtleField
-
- makeImage(String) - Method in class slogo.turtle.TurtleField
-
- match(Token) - Method in class slogo.SLogoInterpreter
-
try to match a token, if unsuccessful throw an exception, otherwise match
succeeds, and next token is obtained and returned
- MINUS - Static variable in class slogo.CharConsts
-
- MOD - Static variable in class slogo.CharConsts
-
- move(int) - Method in class slogo.turtle.JTurtle
-
Moves the turtle forward.
- Multiplication - Class in slogo.instruction
-
Represents a x b, the multiplication of two expressions
- Multiplication(ArithmeticBase, ArithmeticBase) - Constructor for class slogo.instruction.Multiplication
-
Represents a multiplication