Package | Description |
---|---|
org.eclipse.jdt.core.util |
Provides a set of tools and utilities for manipulating .class files and Java model elements.
|
Modifier and Type | Method and Description |
---|---|
abstract String |
ClassFileBytesDisassembler.disassemble(byte[] classFileBytes,
String lineSeparator)
Answers back the disassembled string of the classfile bytes using the default
mode.
|
abstract String |
ClassFileBytesDisassembler.disassemble(byte[] classFileBytes,
String lineSeparator,
int mode)
Answers back the disassembled string of the classfile bytes according to the
mode.
|
void |
ICodeAttribute.traverse(IBytecodeVisitor visitor)
Define a Java opcodes walker.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.