Class ClassFileTryStatement
- java.lang.Object
-
- org.jd.core.v1.model.javasyntax.statement.TryStatement
-
- org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.statement.ClassFileTryStatement
-
- All Implemented Interfaces:
java.lang.Iterable<Statement>,BaseStatement,Statement,Base<Statement>
public class ClassFileTryStatement extends TryStatement
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classClassFileTryStatement.CatchClause-
Nested classes/interfaces inherited from class org.jd.core.v1.model.javasyntax.statement.TryStatement
TryStatement.Resource
-
-
Field Summary
Fields Modifier and Type Field Description protected booleaneclipseprotected booleanjsr-
Fields inherited from class org.jd.core.v1.model.javasyntax.statement.TryStatement
catchClauses, finallyStatements, resources, tryStatements
-
-
Constructor Summary
Constructors Constructor Description ClassFileTryStatement(BaseStatement tryStatements, DefaultList<TryStatement.CatchClause> catchClauses, BaseStatement finallyStatements, boolean jsr, boolean eclipse)ClassFileTryStatement(DefaultList<TryStatement.Resource> resources, BaseStatement tryStatements, DefaultList<TryStatement.CatchClause> catchClauses, BaseStatement finallyStatements, boolean jsr, boolean eclipse)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddResources(DefaultList<TryStatement.Resource> resources)booleanisEclipse()booleanisJsr()-
Methods inherited from class org.jd.core.v1.model.javasyntax.statement.TryStatement
accept, getCatchClauses, getFinallyStatements, getResources, getTryStatements, setFinallyStatements, setTryStatements
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Constructor Detail
-
ClassFileTryStatement
public ClassFileTryStatement(BaseStatement tryStatements, DefaultList<TryStatement.CatchClause> catchClauses, BaseStatement finallyStatements, boolean jsr, boolean eclipse)
-
ClassFileTryStatement
public ClassFileTryStatement(DefaultList<TryStatement.Resource> resources, BaseStatement tryStatements, DefaultList<TryStatement.CatchClause> catchClauses, BaseStatement finallyStatements, boolean jsr, boolean eclipse)
-
-
Method Detail
-
addResources
public void addResources(DefaultList<TryStatement.Resource> resources)
-
isJsr
public boolean isJsr()
-
isEclipse
public boolean isEclipse()
-
-