Class ExpressionStatement
java.lang.Object
org.jd.core.v1.model.javasyntax.statement.ExpressionStatement
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(StatementVisitor visitor) voidsetExpression(Expression expression) toString()Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Field Details
-
expression
-
-
Constructor Details
-
ExpressionStatement
-
-
Method Details
-
getExpression
-
setExpression
-
accept
- Specified by:
acceptin interfaceBaseStatement
-
toString
-