Package org.sonarsource.slang.impl
Class JumpTreeImpl
java.lang.Object
org.sonarsource.slang.impl.BaseTreeImpl
org.sonarsource.slang.impl.JumpTreeImpl
- All Implemented Interfaces:
HasKeyword,HasTextRange,JumpTree,Tree
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.sonarsource.slang.api.JumpTree
JumpTree.JumpKind -
Constructor Summary
ConstructorsConstructorDescriptionJumpTreeImpl(TreeMetaData metaData, Token keyword, JumpTree.JumpKind kind, IdentifierTree label) -
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
-
JumpTreeImpl
public JumpTreeImpl(TreeMetaData metaData, Token keyword, JumpTree.JumpKind kind, @Nullable IdentifierTree label)
-
-
Method Details