Uses of Class
org.sonar.python.caching.CpdSerializer.TokenInfo
-
Packages that use CpdSerializer.TokenInfo Package Description org.sonar.python.caching -
-
Uses of CpdSerializer.TokenInfo in org.sonar.python.caching
Methods in org.sonar.python.caching that return CpdSerializer.TokenInfo Modifier and Type Method Description static CpdSerializer.TokenInfoCpdSerializer.TokenInfo. from(Token token)Methods in org.sonar.python.caching that return types with arguments of type CpdSerializer.TokenInfo Modifier and Type Method Description static List<CpdSerializer.TokenInfo>CpdSerializer. deserialize(byte[] dataBytes, byte[] stringTableBytes)
-