站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

EditorContext.Position (JPDA Debugger API) - NetBeans API Javadoc (Current Development Version)

org.netbeans.api.debugger.jpda/2 2.13

org.netbeans.spi.debugger.jpda
Class EditorContext.Position

java.lang.Object
  extended by org.netbeans.spi.debugger.jpda.EditorContext.Position
Enclosing class:
EditorContext

public static final class EditorContext.Position
extends Object

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

getOffset

public int getOffset()
Get the offset of this position.


getLine

public int getLine()
Get the line number of this position.


getColumn

public int getColumn()
Get the column number of this position.


equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

org.netbeans.api.debugger.jpda/2 2.13

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.