Package org.sonarsource.slang.impl
Class MatchTreeImpl
java.lang.Object
org.sonarsource.slang.impl.BaseTreeImpl
org.sonarsource.slang.impl.MatchTreeImpl
- All Implemented Interfaces:
HasTextRange,MatchTree,Tree
-
Constructor Summary
ConstructorsConstructorDescriptionMatchTreeImpl(TreeMetaData metaData, Tree expression, List<MatchCaseTree> cases, 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
-
MatchTreeImpl
public MatchTreeImpl(TreeMetaData metaData, @Nullable Tree expression, List<MatchCaseTree> cases, Token keyword)
-
-
Method Details