Package io.github.jspinak.brobot.dsl
Class IfStatement
java.lang.Object
io.github.jspinak.brobot.dsl.Statement
io.github.jspinak.brobot.dsl.IfStatement
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
hashCode()
void
setCondition
(Expression condition) void
setElseStatements
(List<Statement> elseStatements) void
setThenStatements
(List<Statement> thenStatements) toString()
Methods inherited from class io.github.jspinak.brobot.dsl.Statement
getStatementType, setStatementType
-
Constructor Details
-
IfStatement
public IfStatement()
-
-
Method Details