org.sonar.batch.source
Class DefaultSymbolTable

java.lang.Object
  extended by org.sonar.batch.source.DefaultSymbolTable
All Implemented Interfaces:
Symbolizable.SymbolTable

public class DefaultSymbolTable
extends Object
implements Symbolizable.SymbolTable


Nested Class Summary
static class DefaultSymbolTable.Builder
           
 
Method Summary
 com.google.common.collect.SortedSetMultimap<Symbol,Integer> getReferencesBySymbol()
           
 List<Integer> references(Symbol symbol)
           
 List<Symbol> symbols()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getReferencesBySymbol

public com.google.common.collect.SortedSetMultimap<Symbol,Integer> getReferencesBySymbol()

symbols

public List<Symbol> symbols()
Specified by:
symbols in interface Symbolizable.SymbolTable

references

public List<Integer> references(Symbol symbol)
Specified by:
references in interface Symbolizable.SymbolTable


Copyright © 2009–2015 SonarSource. All rights reserved.