Package org.sonarsource.slang.impl
Class ExceptionHandlingTreeImpl
java.lang.Object
org.sonarsource.slang.impl.BaseTreeImpl
org.sonarsource.slang.impl.ExceptionHandlingTreeImpl
- All Implemented Interfaces:
ExceptionHandlingTree,HasTextRange,Tree
-
Constructor Summary
ConstructorsConstructorDescriptionExceptionHandlingTreeImpl(TreeMetaData metaData, Tree tryBlock, Token tryKeyword, List<CatchTree> catchBlocks, Tree finallyBlock) -
Method Summary
Methods inherited from class org.sonarsource.slang.impl.BaseTreeImpl
metaDataMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.sonarsource.slang.api.Tree
descendants, metaData, textRange
-
Constructor Details
-
ExceptionHandlingTreeImpl
-
-
Method Details
-
tryBlock
- Specified by:
tryBlockin interfaceExceptionHandlingTree
-
catchBlocks
- Specified by:
catchBlocksin interfaceExceptionHandlingTree
-
finallyBlock
- Specified by:
finallyBlockin interfaceExceptionHandlingTree
-
tryKeyword
- Specified by:
tryKeywordin interfaceExceptionHandlingTree
-
children
-