menu
analyzer package
documentation
ast
TryStatement
catchClauses property
catchClauses
brightness_4
catchClauses
property
Null safety
NodeList
<
CatchClause
>
catchClauses
Return the catch clauses contained in the try statement.
Implementation
NodeList<CatchClause> get catchClauses;
analyzer package
documentation
ast
TryStatement
catchClauses property
TryStatement class
Constructors
TryStatement
Properties
beginToken
body
catchClauses
childEntities
end
endToken
finallyBlock
finallyKeyword
hashCode
isSynthetic
length
offset
parent
root
runtimeType
tryKeyword
unlabeled
Methods
accept
findPrevious
getProperty
noSuchMethod
setProperty
thisOrAncestorMatching
thisOrAncestorOfType
toSource
toString
visitChildren
Operators
operator ==