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

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

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

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.13

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