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