org.sonar.api.batch.sensor.symbol
Interface Symbol

All Known Subinterfaces:
Symbol
All Known Implementing Classes:
DefaultSymbol

@Beta
public interface Symbol

Represent a symbol in a source file. Experimental, do not use

Since:
4.5

Method Summary
 int getDeclarationEndOffset()
           
 int getDeclarationStartOffset()
           
 

Method Detail

getDeclarationStartOffset

int getDeclarationStartOffset()

getDeclarationEndOffset

int getDeclarationEndOffset()


Copyright © 2009–2015 SonarSource. All rights reserved.