|
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.Operation
public static final class EditorContext.Operation
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 |
---|
public EditorContext.Position getStartPosition()
public EditorContext.Position getEndPosition()
public EditorContext.Position getMethodStartPosition()
public EditorContext.Position getMethodEndPosition()
public String getMethodName()
public String getMethodClassType()
public int getBytecodeIndex()
public void setReturnValue(Variable returnValue)
public Variable getReturnValue()
public List<EditorContext.Operation> getNextOperations()
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 |