- getBounds(Rectangle) - Method in class slogo.turtle.JTurtle
-
Mirrors the functionality of JComponent/Component.
- getHeading() - Method in class slogo.turtle.JTurtle
-
Returns the naive view of heading, 0 degrees = north
- getInstance() - Static method in class slogo.expression.VariableFactory
-
There should only be one VariableFactory
- getInstance() - Static method in class slogo.parser.InstructionParser
-
- getInstance() - Static method in class slogo.parser.StrictInstructionListParser
-
- getInstance() - Static method in class slogo.parser.token.EOFToken
-
- getInstance() - Static method in class slogo.parser.token.EOLToken
-
- getMoveSize() - Method in class slogo.turtle.TurtleField
-
Returns step size as currently selected.
- getNames() - Static method in class slogo.parser.InstructionNames
-
- getPoint() - Method in class slogo.turtle.JTurtle
-
Returns the turtle's point (should be centroid)
- getToken(int) - Static method in class slogo.parser.token.CharTokenFactory
-
- getToken() - Method in class slogo.SLogoInterpreter
-
returns the current token, doesn't fetch a new one
- getVariable(IdentifierToken) - Static method in class slogo.expression.VariableFactory
-
Determines the variable represented by the given id
- GrammarElement - Class in slogo
-
All elements of the SLogo language (e.g., that make up an abstract syntax
tree) should extend GrammarElement.
- GrammarElement() - Constructor for class slogo.GrammarElement
-
- GREATER_THAN - Static variable in class slogo.CharConsts
-