Package compilation.analysis.syntax
Class ConditionalStatement.ElseStatement
- java.lang.Object
-
- compilation.analysis.syntax.ConditionalStatement.ElseStatement
-
- All Implemented Interfaces:
Statement
- Enclosing class:
- ConditionalStatement
public static class ConditionalStatement.ElseStatement extends java.lang.Object implements Statement
The ElseStatement class is used to store information about else statements declared during compilation.- Since:
- 1.0
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface compilation.analysis.syntax.Statement
getChildren, getSpan, getStatementType
-
-