org.sonar.api.batch.sensor.symbol.internal
Class DefaultSymbol

java.lang.Object
  extended by org.sonar.api.batch.sensor.symbol.internal.DefaultSymbol
All Implemented Interfaces:
Serializable, Symbol

public class DefaultSymbol
extends Object
implements Symbol, Symbol, Serializable

See Also:
Serialized Form

Constructor Summary
DefaultSymbol(String componentKey, int startOffset, int endOffset)
           
 
Method Summary
 String componentKey()
           
 int getDeclarationEndOffset()
           
 int getDeclarationStartOffset()
           
 String getFullyQualifiedName()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DefaultSymbol

public DefaultSymbol(String componentKey,
                     int startOffset,
                     int endOffset)
Method Detail

componentKey

public String componentKey()

getDeclarationStartOffset

public int getDeclarationStartOffset()
Specified by:
getDeclarationStartOffset in interface Symbol

getDeclarationEndOffset

public int getDeclarationEndOffset()
Specified by:
getDeclarationEndOffset in interface Symbol

getFullyQualifiedName

public String getFullyQualifiedName()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009–2015 SonarSource. All rights reserved.