- TILDE - Static variable in class slogo.CharConsts
-
- Token - Interface in slogo.parser.token
-
currently this is a flag interface
- TokenFactory - Class in slogo.parser.token
-
Parses a stream into tokens
- TokenFactory() - Constructor for class slogo.parser.token.TokenFactory
-
- toString() - Method in class slogo.expression.Number
-
- toString() - Method in class slogo.expression.Variable
-
- toString() - Method in class slogo.instruction.Assignment
-
Returns a String for this instruction.
- toString() - Method in class slogo.instruction.BinaryExpression
-
Combine left/right subexpressions, return result using symbol as the
combiner/juxtaposer for the subexpressions.
- toString() - Method in class slogo.instruction.Negation
-
Format -expression
- toString() - Method in class slogo.instruction.Print
-
- toString() - Method in class slogo.instruction.Repeat
-
- toString() - Method in class slogo.instruction.StrictInstructionList
-
Return a string indicating the # of instructions in the list
- toString() - Method in class slogo.instruction.UnaryExpression
-
- toString() - Method in exception slogo.parser.ParseException
-
- toString() - Method in class slogo.parser.token.CharToken
-
- toString() - Method in class slogo.parser.token.EOFToken
-
- toString() - Method in class slogo.parser.token.EOLToken
-
- toString() - Method in class slogo.parser.token.IdentifierToken
-
- toString() - Method in class slogo.parser.token.NumberToken
-
- toString() - Method in class slogo.parser.token.ReservedToken
-
- toString() - Method in class slogo.parser.token.VariableToken
-
- TurtleField - Class in slogo.turtle
-
Rudimentary view showing turtles and MVC.
- TurtleField(String) - Constructor for class slogo.turtle.TurtleField
-
Creates a view of the turtle, given by the name of the turtle image
- TurtleField() - Constructor for class slogo.turtle.TurtleField
-
Creates a view of the turtle, using the default turtle representation
- TurtleField.BufferedPanel - Class in slogo.turtle
-
Overkill with double buffering on by default, but shows how to do it.
- TurtleField.DrawingPanel - Class in slogo.turtle
-
- TurtleListener - Interface in slogo.turtle
-
A simple listener interface that listens to changes to the turtle and
processes them, as appropriate.