Class SynchronizedStatement
java.lang.Object
org.jd.core.v1.model.javasyntax.statement.SynchronizedStatement
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(StatementVisitor visitor) voidsetMonitor(Expression monitor) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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
-
monitor
-
statements
-
-
Constructor Details
-
SynchronizedStatement
-
-
Method Details
-
getMonitor
-
setMonitor
-
getStatements
-
accept
- Specified by:
acceptin interfaceBaseStatement
-