Uses of Interface
org.sonar.api.source.Symbol

Packages that use Symbol
org.sonar.api.source   
 

Uses of Symbol in org.sonar.api.source
 

Methods in org.sonar.api.source that return Symbol
 Symbol Symbolizable.SymbolTableBuilder.newSymbol(int fromOffset, int toOffset)
           
 

Methods in org.sonar.api.source that return types with arguments of type Symbol
 List<Symbol> Symbolizable.SymbolTable.symbols()
           
 

Methods in org.sonar.api.source with parameters of type Symbol
 void Symbolizable.SymbolTableBuilder.newReference(Symbol symbol, int fromOffset)
           
 List<Integer> Symbolizable.SymbolTable.references(Symbol symbol)
           
 



Copyright © 2009-2014 SonarSource. All Rights Reserved.