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 intprotected Stringprotected DefaultList<ObjectType> protected BaseStatementprotected ObjectType -
Constructor Summary
ConstructorsConstructorDescriptionCatchClause(int lineNumber, ObjectType type, String name, BaseStatement statements) -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(StatementVisitor visitor) voidaddType(ObjectType type) intgetName()getType()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jd.core.v1.util.Base
getFirst, getLast, getList, isList, iterator, sizeMethods 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:
acceptin interfaceBaseStatement
-