Package org.sonarsource.slang.impl
Class NativeTreeImpl
java.lang.Object
org.sonarsource.slang.impl.BaseTreeImpl
org.sonarsource.slang.impl.NativeTreeImpl
- All Implemented Interfaces:
HasTextRange,NativeTree,Tree
-
Constructor Summary
ConstructorsConstructorDescriptionNativeTreeImpl(TreeMetaData metaData, NativeKind nativeKind, List<Tree> children) -
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
-
NativeTreeImpl
-
-
Method Details
-
nativeKind
- Specified by:
nativeKindin interfaceNativeTree
-
children
-