()
| 292 | public boolean hasDesc() { return desc_ != null; } |
| 293 | |
| 294 | public SlotDescriptor getDesc() { |
| 295 | Preconditions.checkState(isAnalyzed()); |
| 296 | Preconditions.checkNotNull(desc_); |
| 297 | return desc_; |
| 298 | } |
| 299 | |
| 300 | public List<String> getRawPath() { return rawPath_; } |
| 301 |