A B C D E F G H I L M N O P Q R S T U V W X Y

T

tearDown() - Method in class testing.SLogoParserTest
 
testAliases() - Method in class testing.SLogoParserTest
 
testArithmetic() - Method in class testing.SLogoParserTest
 
testArithmeticAndAssignment() - Method in class testing.SLogoParserTest
 
testBack() - Method in class testing.InstructionTest
 
testConditionals() - Method in class testing.SLogoParserTest
 
testDrawingMethods() - Method in class testing.SLogoParserTest
 
testForward() - Method in class testing.InstructionTest
 
testIdentifierInCommand() - Method in class testing.SLogoParserTest
 
testIf() - Method in class testing.SLogoParserTest
 
testing - package testing
 
testLowerCase() - Method in class testing.SLogoParserTest
 
testMove() - Method in class testing.TurtleTest
 
testNestedArithmetic() - Method in class testing.SLogoParserTest
 
testNumericInstructions() - Method in class testing.SLogoParserTest
 
testPen() - Method in class testing.TurtleTest
 
testPoint() - Method in class testing.TurtleTest
 
testRepeat() - Method in class testing.SLogoParserTest
 
testReset() - Method in class testing.TurtleTest
 
testRight() - Method in class testing.InstructionTest
 
testRotate() - Method in class testing.TurtleTest
 
testSetHeadingDouble() - Method in class testing.TurtleTest
 
testSetHeadingInt() - Method in class testing.TurtleTest
 
testSubroutines() - Method in class testing.SLogoParserTest
 
testTowards() - Method in class testing.TurtleTest
 
testUndefinedSubroutine() - Method in class testing.SLogoParserTest
 
TILDE - Static variable in class slogo.language.CharConsts
 
To - Class in slogo.instruction
Defines a turtle subroutine by placing it in the subroutine factory map.
To(String, StrictInstructionList) - Constructor for class slogo.instruction.To
 
To(IdentifierToken, StrictInstructionList) - Constructor for class slogo.instruction.To
 
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
 
tokenList - Static variable in class slogo.parser.token.CharTokenFactory
 
tokenNameToToken - Static variable in class slogo.parser.token.TokenFactory
 
ToParser - Class in slogo.parser
 
ToParser() - Constructor for class slogo.parser.ToParser
 
toString() - Method in class slogo.expression.Number
 
toString() - Method in class slogo.expression.Variable
 
toString() - Method in class slogo.gui.Turtle
 
toString() - Method in class slogo.instruction.arithmetic.ArithmeticInstruction
Combine left/right subexpressions, return result using symbol as the combiner/juxtaposer for the subexpressions.
toString() - Method in class slogo.instruction.arithmetic.Negation
 
toString() - Method in class slogo.instruction.arithmetic.UnaryExpression
 
toString() - Method in class slogo.instruction.Assignment
Returns a String for this instruction.
toString() - Method in class slogo.instruction.If
 
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.To
 
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.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
 
ToToken - Class in slogo.parser.token
 
ToToken() - Constructor for class slogo.parser.token.ToToken
 
Towards - Class in slogo.instruction.drawing
returns a heading the turtle should be facing to point from its current position to the given position
Towards(GrammarElement, GrammarElement) - Constructor for class slogo.instruction.drawing.Towards
 
TowardsParser - Class in slogo.parser
 
TowardsParser() - Constructor for class slogo.parser.TowardsParser
 
TowardsToken - Class in slogo.parser.token
 
TowardsToken() - Constructor for class slogo.parser.token.TowardsToken
 
translatePoint(Point2D) - Method in class slogo.gui.Turtle
Translate the center point to a "drawable" point
trueHeading() - Method in class slogo.gui.Turtle
Return the real/true heading of the turtle.
Turtle - Class in slogo.gui
This class is a simple SLogo turtle model for illustrating rudimentary MVC for turtles and simple Graphics2D concepts
Turtle() - Constructor for class slogo.gui.Turtle
Create a turtle using the default (triangle) image.
Turtle(Image) - Constructor for class slogo.gui.Turtle
 
Turtle(Renderer) - Constructor for class slogo.gui.Turtle
 
turtle - Variable in class testing.InstructionTest
 
turtle - Variable in class testing.SLogoParserTest
 
TurtleListener - Interface in slogo.gui
 
TurtleTest - Class in testing
 
TurtleTest() - Constructor for class testing.TurtleTest
 

A B C D E F G H I L M N O P Q R S T U V W X Y