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 IfStatement
condition, statements -
Constructor Summary
ConstructorsConstructorDescriptionIfElseStatement(Expression condition, BaseStatement statement, BaseStatement elseStatements) -
Method Summary
Methods inherited from class IfStatement
getCondition, getStatements, setConditionMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Field Details
-
elseStatements
-
-
Constructor Details
-
IfElseStatement
-
-
Method Details
-
getElseStatements
-
accept
- Specified by:
acceptin interfaceBaseStatement- Overrides:
acceptin classIfStatement
-