org.sonar.batch.symbol
Class SymbolData

java.lang.Object
  extended by org.sonar.batch.symbol.SymbolData
All Implemented Interfaces:
Serializable, Data

public class SymbolData
extends Object
implements Data

See Also:
Serialized Form

Constructor Summary
SymbolData(com.google.common.collect.SortedSetMultimap<Symbol,Integer> referencesBySymbol)
           
 
Method Summary
 com.google.common.collect.SortedSetMultimap<Symbol,Integer> referencesBySymbol()
           
 String writeString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SymbolData

public SymbolData(com.google.common.collect.SortedSetMultimap<Symbol,Integer> referencesBySymbol)
Method Detail

referencesBySymbol

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

writeString

public String writeString()
Specified by:
writeString in interface Data


Copyright © 2009–2015 SonarSource. All rights reserved.