A B C D E G I J L M N O P Q R S T U V

A

add(Instruction) - Method in class slogo.jelan.instructions.StrictInstructionList
Add an instruction to this list (FIFO order for execution).
Addition - Class in slogo.jelan.expressions
Represents a + b, the addition of two expressions
Addition(Expression, Expression) - Constructor for class slogo.jelan.expressions.Addition
 
addTurtleListener(TurtleListener) - Method in class jturtle.JTurtle
Add a listener.
APOSTROPHE - Static variable in class slogo.jelan.CharConsts
 
Assignment - Class in slogo.jelan.instructions
An assignment instruction assigns an expression to a variable, updating the global state to reflect the assignment.
Assignment(Variable, Expression) - Constructor for class slogo.jelan.instructions.Assignment
Construct an Assignment instruction from a variable and an expression, e.g., X = expression.
AssignmentParser - Class in slogo.jelan.parser
Parse an assignment statement, which is looks like
AssignmentParser() - Constructor for class slogo.jelan.parser.AssignmentParser
 
AssignmentToken - Class in slogo.jelan.parser.tokens
Represents the assignment token ("=")
AT - Static variable in class slogo.jelan.CharConsts
 

A B C D E G I J L M N O P Q R S T U V