Class IfElseStatement
java.lang.Object
org.jd.core.v1.model.javasyntax.statement.IfStatement
org.jd.core.v1.model.javasyntax.statement.IfElseStatement
-
Field Summary
FieldsFields inherited from class org.jd.core.v1.model.javasyntax.statement.IfStatement
condition, statements
-
Constructor Summary
ConstructorsConstructorDescriptionIfElseStatement
(Expression condition, BaseStatement statement, BaseStatement elseStatements) -
Method Summary
Methods inherited from class org.jd.core.v1.model.javasyntax.statement.IfStatement
getCondition, getStatements, setCondition
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jd.core.v1.util.Base
getFirst, getLast, getList, isList, iterator, size
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
elseStatements
-
-
Constructor Details
-
IfElseStatement
-
-
Method Details
-
getElseStatements
-
accept
- Specified by:
accept
in interfaceBaseStatement
- Overrides:
accept
in classIfStatement
-