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
- Enclosing class:
ClassFileTryStatement
-
Field Summary
FieldsFields inherited from class TryStatement.CatchClause
lineNumber, name, otherTypes, statements, type -
Constructor Summary
ConstructorsConstructorDescriptionCatchClause(int lineNumber, ObjectType type, AbstractLocalVariable localVariable, BaseStatement statements) -
Method Summary
Methods inherited from class TryStatement.CatchClause
accept, addType, getLineNumber, getOtherTypes, getStatements, getTypeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Field Details
-
localVariable
-
-
Constructor Details
-
CatchClause
public CatchClause(int lineNumber, ObjectType type, AbstractLocalVariable localVariable, BaseStatement statements)
-
-
Method Details
-
getLocalVariable
-
getName
- Overrides:
getNamein classTryStatement.CatchClause
-