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

org.netbeans.spi.debugger.jpda
Interface EditorContext.BytecodeProvider

Enclosing class:
EditorContext

public static interface EditorContext.BytecodeProvider

A provider of method bytecode information.


Method Summary
 byte[] byteCodes()
          Retrieve the bytecodes of the method.
 byte[] constantPool()
          Retrieve the class' constant pool.
 int[] indexAtLines(int startLine, int endLine)
          Get an array of bytecode indexes of operations between the starting and ending line.
 

Method Detail

constantPool

byte[] constantPool()
Retrieve the class' constant pool.


byteCodes

byte[] byteCodes()
Retrieve the bytecodes of the method.


indexAtLines

int[] indexAtLines(int startLine,
                   int endLine)
Get an array of bytecode indexes of operations between the starting and ending line.

Parameters:
startLine - The starting line
endLine - The ending line

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

Built on December 5 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.