com.intellij.usages.rules
Interface UsageInModule

All Superinterfaces:
Navigatable, Usage
All Known Implementing Classes:
ReadWriteAccessUsageInfo2UsageAdapter, UsageInfo2UsageAdapter

public interface UsageInModule
extends Usage

Created by IntelliJ IDEA. User: max Date: Dec 16, 2004 Time: 5:33:37 PM To change this template use File | Settings | File Templates.


Method Summary
 Module getModule()
           
 
Methods inherited from interface com.intellij.usages.Usage
getLocation, getPresentation, highlightInEditor, isReadOnly, isValid, selectInEditor
 
Methods inherited from interface com.intellij.pom.Navigatable
canNavigate, canNavigateToSource, navigate
 

Method Detail

getModule

Module getModule()