Package org.sonarsource.slang.api
Interface HasTextRange
- All Known Subinterfaces:
Annotation,AssignmentExpressionTree,BinaryExpressionTree,BlockTree,CatchTree,ClassDeclarationTree,Comment,ExceptionHandlingTree,FunctionDeclarationTree,FunctionInvocationTree,IdentifierTree,IfTree,ImportDeclarationTree,IntegerLiteralTree,JumpTree,LiteralTree,LoopTree,MatchCaseTree,MatchTree,MemberSelectTree,ModifierTree,NativeTree,PackageDeclarationTree,ParameterTree,ParenthesizedExpressionTree,PlaceHolderTree,ReturnTree,StringLiteralTree,ThrowTree,Token,TopLevelTree,Tree,UnaryExpressionTree,VariableDeclarationTree
- All Known Implementing Classes:
AnnotationImpl,AssignmentExpressionTreeImpl,BaseTreeImpl,BinaryExpressionTreeImpl,BlockTreeImpl,CatchTreeImpl,ClassDeclarationTreeImpl,CommentImpl,ExceptionHandlingTreeImpl,FunctionDeclarationTreeImpl,FunctionInvocationTreeImpl,IdentifierTreeImpl,IfTreeImpl,ImportDeclarationTreeImpl,IntegerLiteralTreeImpl,JumpTreeImpl,LiteralTreeImpl,LoopTreeImpl,MatchCaseTreeImpl,MatchTreeImpl,MemberSelectTreeImpl,ModifierTreeImpl,NativeTreeImpl,PackageDeclarationTreeImpl,ParameterTreeImpl,ParenthesizedExpressionTreeImpl,PlaceHolderTreeImpl,ReturnTreeImpl,StringLiteralTreeImpl,ThrowTreeImpl,TokenImpl,TopLevelTreeImpl,UnaryExpressionTreeImpl,VariableDeclarationTreeImpl
public interface HasTextRange
-
Method Summary
-
Method Details
-
textRange
TextRange textRange()
-