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

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

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

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

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

public static final class EditorContext.Operation
extends Object

The operation definition.


Method Summary
 boolean equals(Object obj)
           
 int getBytecodeIndex()
          Get the bytecode index of this operation.
 EditorContext.Position getEndPosition()
          Get the ending position of this operation.
 String getMethodClassType()
          Get the class type declaring the method.
 EditorContext.Position getMethodEndPosition()
          Get the ending position of the method call of this operation.
 String getMethodName()
          Get the method name.
 EditorContext.Position getMethodStartPosition()
          Get the starting position of the method call of this operation.
 List<EditorContext.Operation> getNextOperations()
          Get the list of following operations.
 Variable getReturnValue()
          Get the return value of this operation.
 EditorContext.Position getStartPosition()
          Get the starting position of this operation.
 int hashCode()
           
 void setReturnValue(Variable returnValue)
          Set the return value of this operation.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getStartPosition

public EditorContext.Position getStartPosition()
Get the starting position of this operation.


getEndPosition

public EditorContext.Position getEndPosition()
Get the ending position of this operation.


getMethodStartPosition

public EditorContext.Position getMethodStartPosition()
Get the starting position of the method call of this operation.


getMethodEndPosition

public EditorContext.Position getMethodEndPosition()
Get the ending position of the method call of this operation.


getMethodName

public String getMethodName()
Get the method name.


getMethodClassType

public String getMethodClassType()
Get the class type declaring the method.


getBytecodeIndex

public int getBytecodeIndex()
Get the bytecode index of this operation.


setReturnValue

public void setReturnValue(Variable returnValue)
Set the return value of this operation.


getReturnValue

public Variable getReturnValue()
Get the return value of this operation.


getNextOperations

public List<EditorContext.Operation> getNextOperations()
Get the list of following operations.


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.