ABSOLUTE_BEGIN_LINE, ABSOLUTE_END_LINE
Constructor and Description |
---|
CatchClause() |
CatchClause(Parameter param,
BlockStmt catchBlock) |
CatchClause(Range range,
EnumSet<Modifier> exceptModifier,
List<AnnotationExpr> exceptAnnotations,
Type exceptTypes,
VariableDeclaratorId exceptId,
BlockStmt catchBlock) |
Modifier and Type | Method and Description |
---|---|
<R,A> R |
accept(GenericVisitor<R,A> v,
A arg)
Accept method for visitor support.
|
<A> void |
accept(VoidVisitor<A> v,
A arg)
Accept method for visitor support.
|
BlockStmt |
getCatchBlock() |
Parameter |
getParam() |
void |
setCatchBlock(BlockStmt catchBlock) |
void |
setParam(Parameter param) |
addOrphanComment, clone, contains, equals, getAllContainedComments, getBegin, getChildrenNodes, getComment, getData, getEnd, getNodesByType, getOrphanComments, getParentNode, getParentNodeOfType, getRange, hasComment, hashCode, isPositionedAfter, isPositionedBefore, setAsParentNodeOf, setAsParentNodeOf, setBegin, setBlockComment, setComment, setData, setEnd, setLineComment, setParentNode, setRange, toString, toStringWithoutComments, tryAddImportToParentCompilationUnit
public CatchClause()
public CatchClause(Range range, EnumSet<Modifier> exceptModifier, List<AnnotationExpr> exceptAnnotations, Type exceptTypes, VariableDeclaratorId exceptId, BlockStmt catchBlock)
public <R,A> R accept(GenericVisitor<R,A> v, A arg)
Node
public <A> void accept(VoidVisitor<A> v, A arg)
Node
public BlockStmt getCatchBlock()
public Parameter getParam()
public void setCatchBlock(BlockStmt catchBlock)
public void setParam(Parameter param)
Copyright © 2007–2016. All rights reserved.