Class TryStatement.CatchClause
java.lang.Object
org.jd.core.v1.model.javasyntax.statement.TryStatement.CatchClause
- Direct Known Subclasses:
ClassFileTryStatement.CatchClause
- Enclosing class:
TryStatement
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected int
protected String
protected DefaultList
<ObjectType> protected BaseStatement
protected ObjectType
-
Constructor Summary
ConstructorsConstructorDescriptionCatchClause
(int lineNumber, ObjectType type, String name, BaseStatement statements) -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(StatementVisitor visitor) void
addType
(ObjectType type) int
getName()
getType()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jd.core.v1.util.Base
getFirst, getLast, getList, isList, iterator, size
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
lineNumber
protected int lineNumber -
type
-
otherTypes
-
name
-
statements
-
-
Constructor Details
-
CatchClause
-
-
Method Details
-
getLineNumber
public int getLineNumber() -
getType
-
getOtherTypes
-
getName
-
getStatements
-
addType
-
accept
- Specified by:
accept
in interfaceBaseStatement
-