org.sonar.batch.source
Class DefaultSymbolTable
java.lang.Object
org.sonar.batch.source.DefaultSymbolTable
- All Implemented Interfaces:
- Symbolizable.SymbolTable
public class DefaultSymbolTable
- extends Object
- implements Symbolizable.SymbolTable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.