org.sonar.api.source
Interface Symbol

All Superinterfaces:
Symbol

public interface Symbol
extends Symbol


Method Summary
 int getDeclarationEndOffset()
           
 int getDeclarationStartOffset()
           
 String getFullyQualifiedName()
          Deprecated. in 4.3 not used.
 

Method Detail

getDeclarationStartOffset

int getDeclarationStartOffset()
Specified by:
getDeclarationStartOffset in interface Symbol

getDeclarationEndOffset

int getDeclarationEndOffset()
Specified by:
getDeclarationEndOffset in interface Symbol

getFullyQualifiedName

@Deprecated
String getFullyQualifiedName()
Deprecated. in 4.3 not used.

Since:
unused


Copyright © 2009–2015 SonarSource. All rights reserved.