public class DecompiledCode
extends java.lang.Object
Constructor and Description |
---|
DecompiledCode(ClassInformation classInfo)
Initialize the new instance with default values.
|
Modifier and Type | Method and Description |
---|---|
ClassInformation |
getClassInfo() |
java.lang.String |
getFormattedCode() |
protected void |
setClassInfo(ClassInformation newValue) |
void |
setFormattedCode(java.lang.String newValue) |
public DecompiledCode(ClassInformation classInfo)
public ClassInformation getClassInfo()
public java.lang.String getFormattedCode()
public void setFormattedCode(java.lang.String newValue)
protected void setClassInfo(ClassInformation newValue)