public class ClassDesc extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
access |
String |
annotation |
Class |
classBeingRedefined |
String[] |
interfaces |
boolean |
isMapImpl |
String |
name |
String |
signature |
String |
superName |
int |
version |
| Constructor and Description |
|---|
ClassDesc() |
| Modifier and Type | Method and Description |
|---|---|
void |
set(int version,
int access,
String name,
String signature,
String superName,
String[] interfaces) |
public int version
public int access
public String name
public String signature
public String superName
public String[] interfaces
public String annotation
public Class classBeingRedefined
public boolean isMapImpl
Copyright © 2021. All rights reserved.