|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.frag.umlplugin.psi.DependencyReason
public class DependencyReason
Describes a reason for a dependency.
Constructor Summary | |
---|---|
DependencyReason(UsageType usageType,
int offset)
Creates a new dependency reason. |
Method Summary | |
---|---|
int |
getOffset()
Gets source offset. |
UsageType |
getUsageType()
Gets usage type. |
java.lang.String |
toString()
Creates a string representation of this reason. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DependencyReason(@NotNull UsageType usageType, int offset)
usageType
- usage type of dependencyoffset
- source offsetMethod Detail |
---|
@NotNull public UsageType getUsageType()
public int getOffset()
@NotNull public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |