Class SwitchStatement.ExpressionLabel
java.lang.Object
org.jd.core.v1.model.javasyntax.statement.SwitchStatement.ExpressionLabel
- All Implemented Interfaces:
Iterable<Statement>,BaseStatement,Statement,SwitchStatement.Label,Base<Statement>
- Enclosing class:
SwitchStatement
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(StatementVisitor visitor) voidsetExpression(Expression expression) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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
-
expression
-
-
Constructor Details
-
ExpressionLabel
-
-
Method Details
-
getExpression
-
setExpression
-
accept
- Specified by:
acceptin interfaceBaseStatement
-
toString
-