![]() |
Rabbit Escape
2017-01-14_18:33:47_+0000__(tag:_v0.10.1)
|
Public Member Functions | |
SelectAction (Token.Type type) | |
String | toString () |
boolean | equals (Object otherObj) |
int | hashCode () |
void | typeSwitch (CommandActionTypeSwitch actionTypeSwitch) |
void | typeSwitch (TimeStepActionTypeSwitch timeStepActionTypeSwitch) |
Public Attributes | |
final Token.Type | type |
rabbitescape.engine.solution.SelectAction.SelectAction | ( | Token.Type | type | ) |
boolean rabbitescape.engine.solution.SelectAction.equals | ( | Object | otherObj | ) |
int rabbitescape.engine.solution.SelectAction.hashCode | ( | ) |
String rabbitescape.engine.solution.SelectAction.toString | ( | ) |
void rabbitescape.engine.solution.SelectAction.typeSwitch | ( | CommandActionTypeSwitch | actionTypeSwitch | ) |
Implements rabbitescape.engine.solution.CommandAction.
void rabbitescape.engine.solution.SelectAction.typeSwitch | ( | TimeStepActionTypeSwitch | timeStepActionTypeSwitch | ) |
Implements rabbitescape.engine.solution.TimeStepAction.
final Token.Type rabbitescape.engine.solution.SelectAction.type |