|
org.netbeans.api.debugger.jpda/2 2.13 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.spi.debugger.jpda.EditorContext.Position
public static final class EditorContext.Position
Representation of a position in a source code.
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
int |
getColumn()
Get the column number of this position. |
int |
getLine()
Get the line number of this position. |
int |
getOffset()
Get the offset of this position. |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int getOffset()
public int getLine()
public int getColumn()
public boolean equals(Object obj)
public int hashCode()
|
org.netbeans.api.debugger.jpda/2 2.13 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |