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

R

Repeat - Class in slogo.jelan.instructions
An AST (abstract syntax tree) for a SLogo REPEAT instruction.
Repeat(Expression, StrictInstructionList) - Constructor for class slogo.jelan.instructions.Repeat
Constructs a Repeat instruction that can be executed.
RepeatParser - Class in slogo.jelan.parser
Parse a REPEAT Statement, which looks like REPEAT numOrVar [ instructionlist ]
RepeatParser() - Constructor for class slogo.jelan.parser.RepeatParser
 
RepeatToken - Class in slogo.jelan.parser.tokens
 
RepeatToken() - Constructor for class slogo.jelan.parser.tokens.RepeatToken
 
ReservedToken - Class in slogo.jelan.parser.tokens
Represents a reserved word
ReservedToken(String) - Constructor for class slogo.jelan.parser.tokens.ReservedToken
 
reset() - Method in class jturtle.JTurtle
Reposition turtle at the origin, facing north.
RIGHT_BRACE - Static variable in class slogo.jelan.CharConsts
 
RIGHT_BRACKET - Static variable in class slogo.jelan.CharConsts
 
RIGHT_PAREN - Static variable in class slogo.jelan.CharConsts
 
RightBracketToken - Class in slogo.jelan.parser.tokens
 
RightParenToken - Class in slogo.jelan.parser.tokens
 
rightValue(Context) - Method in class slogo.jelan.expressions.BinaryExpression
 

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