()
| 300 | public List<String> getRawPath() { return rawPath_; } |
| 301 | |
| 302 | public SlotId getSlotId() { |
| 303 | Preconditions.checkState(isAnalyzed()); |
| 304 | Preconditions.checkNotNull(desc_); |
| 305 | return desc_.getId(); |
| 306 | } |
| 307 | |
| 308 | public Path getResolvedPath() { |
| 309 | Preconditions.checkState(isAnalyzed()); |
no test coverage detected