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, setConditionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jd.core.v1.util.Base
getFirst, getLast, getList, isList, iterator, sizeMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
elseStatements
-
-
Constructor Details
-
IfElseStatement
-
-
Method Details
-
getElseStatements
-
accept
- Specified by:
acceptin interfaceBaseStatement- Overrides:
acceptin classIfStatement
-