Class ClassFileMonitorEnterStatement
- java.lang.Object
-
- org.jd.core.v1.model.javasyntax.statement.CommentStatement
-
- org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.statement.ClassFileMonitorEnterStatement
-
- All Implemented Interfaces:
java.lang.Iterable<Statement>
,BaseStatement
,Statement
,Base<Statement>
public class ClassFileMonitorEnterStatement extends CommentStatement
-
-
Field Summary
Fields Modifier and Type Field Description protected Expression
monitor
-
Fields inherited from class org.jd.core.v1.model.javasyntax.statement.CommentStatement
text
-
-
Constructor Summary
Constructors Constructor Description ClassFileMonitorEnterStatement(Expression monitor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Expression
getMonitor()
java.lang.String
toString()
-
Methods inherited from class org.jd.core.v1.model.javasyntax.statement.CommentStatement
accept, getText
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
monitor
protected Expression monitor
-
-
Constructor Detail
-
ClassFileMonitorEnterStatement
public ClassFileMonitorEnterStatement(Expression monitor)
-
-
Method Detail
-
getMonitor
public Expression getMonitor()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-