org.sonar.api.source
Interface Symbol

All Superinterfaces:
Symbol

Deprecated. since 4.5 replaced by Symbol

@Deprecated
public interface Symbol
extends Symbol


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

Method Detail

getDeclarationStartOffset

int getDeclarationStartOffset()
Deprecated. 
Specified by:
getDeclarationStartOffset in interface Symbol

getDeclarationEndOffset

int getDeclarationEndOffset()
Deprecated. 
Specified by:
getDeclarationEndOffset in interface Symbol

getFullyQualifiedName

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

Since:
unused


Copyright © 2009–2014 SonarSource. All rights reserved.