Package org.sonarsource.slang.impl
Class CatchTreeImpl
java.lang.Object
org.sonarsource.slang.impl.BaseTreeImpl
org.sonarsource.slang.impl.CatchTreeImpl
- All Implemented Interfaces:
CatchTree,HasTextRange,Tree
-
Constructor Summary
ConstructorsConstructorDescriptionCatchTreeImpl(TreeMetaData metaData, Tree catchParameter, Tree catchBlock, Token keyword) -
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
-
CatchTreeImpl
public CatchTreeImpl(TreeMetaData metaData, @Nullable Tree catchParameter, Tree catchBlock, Token keyword)
-
-
Method Details
-
catchParameter
- Specified by:
catchParameterin interfaceCatchTree
-
catchBlock
- Specified by:
catchBlockin interfaceCatchTree
-
keyword
-
children
-