Class ClassFileTryStatement.CatchClause
- java.lang.Object
-
- org.jd.core.v1.model.javasyntax.statement.TryStatement.CatchClause
-
- org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.statement.ClassFileTryStatement.CatchClause
-
- All Implemented Interfaces:
java.lang.Iterable<Statement>
,BaseStatement
,Statement
,Base<Statement>
- Enclosing class:
- ClassFileTryStatement
public static class ClassFileTryStatement.CatchClause extends TryStatement.CatchClause
-
-
Field Summary
Fields Modifier and Type Field Description protected AbstractLocalVariable
localVariable
-
Fields inherited from class org.jd.core.v1.model.javasyntax.statement.TryStatement.CatchClause
lineNumber, name, otherTypes, statements, type
-
-
Constructor Summary
Constructors Constructor Description CatchClause(int lineNumber, ObjectType type, AbstractLocalVariable localVariable, BaseStatement statements)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractLocalVariable
getLocalVariable()
java.lang.String
getName()
-
Methods inherited from class org.jd.core.v1.model.javasyntax.statement.TryStatement.CatchClause
accept, addType, getLineNumber, getOtherTypes, getStatements, getType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Field Detail
-
localVariable
protected AbstractLocalVariable localVariable
-
-
Constructor Detail
-
CatchClause
public CatchClause(int lineNumber, ObjectType type, AbstractLocalVariable localVariable, BaseStatement statements)
-
-
Method Detail
-
getLocalVariable
public AbstractLocalVariable getLocalVariable()
-
getName
public java.lang.String getName()
- Overrides:
getName
in classTryStatement.CatchClause
-
-