public interface ClassDescriptor
| Modifier and Type | Method and Description | 
|---|---|
byte[] | 
getBytes()
The bytes making up the class' bytecode. 
 | 
String | 
getName()
The name of the class. 
 | 
boolean | 
isInstrumented()
Determine if the class is already instrumented. 
 | 
String getName()
boolean isInstrumented()
byte[] getBytes()
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.