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

Packages that use Symbol
org.sonar.api.batch.sensor.symbol   
org.sonar.api.batch.sensor.symbol.internal   
org.sonar.api.source   
 

Uses of Symbol in org.sonar.api.batch.sensor.symbol
 

Methods in org.sonar.api.batch.sensor.symbol that return Symbol
 Symbol SymbolTableBuilder.newSymbol(int fromOffset, int toOffset)
          Create a new symbol.
 

Methods in org.sonar.api.batch.sensor.symbol with parameters of type Symbol
 void SymbolTableBuilder.newReference(Symbol symbol, int fromOffset)
          Records that a Symbol is referenced at another location in the same file.
 

Uses of Symbol in org.sonar.api.batch.sensor.symbol.internal
 

Classes in org.sonar.api.batch.sensor.symbol.internal that implement Symbol
 class DefaultSymbol
           
 

Uses of Symbol in org.sonar.api.source
 

Subinterfaces of Symbol in org.sonar.api.source
 interface Symbol
           
 



Copyright © 2009–2015 SonarSource. All rights reserved.