Class SwitchStatement.Block
- java.lang.Object
-
- org.jd.core.v1.model.javasyntax.statement.SwitchStatement.Block
-
- All Implemented Interfaces:
java.lang.Iterable<Statement>
,BaseStatement
,Statement
,Base<Statement>
- Direct Known Subclasses:
SwitchStatement.LabelBlock
,SwitchStatement.MultiLabelsBlock
- Enclosing class:
- SwitchStatement
public abstract static class SwitchStatement.Block extends java.lang.Object implements Statement
-
-
Field Summary
Fields Modifier and Type Field Description protected BaseStatement
statements
-
Constructor Summary
Constructors Modifier Constructor Description protected
Block(BaseStatement statements)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BaseStatement
getStatements()
-
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 org.jd.core.v1.model.javasyntax.statement.BaseStatement
accept
-
-
-
-
Field Detail
-
statements
protected BaseStatement statements
-
-
Constructor Detail
-
Block
protected Block(BaseStatement statements)
-
-
Method Detail
-
getStatements
public BaseStatement getStatements()
-
-