|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.mtj.preverifier.results.PreverificationResults
public class PreverificationResults
Results of the preverification.
| Constructor Summary | |
|---|---|
PreverificationResults(ClassNode preverifiedClassNode,
byte[] preverifiedClassBytes,
PreverificationError[] errors)
Construct a new preverication result. |
|
| Method Summary | |
|---|---|
String |
getDisassembledOutput()
Return the disassembled class output or null if there were
errors while doing the preverification. |
PreverificationError[] |
getErrors()
|
byte[] |
getPreverifiedClassBytes()
|
ClassNode |
getPreverifiedClassNode()
|
boolean |
isErrorResult()
Return a boolean indicating whether the result was an error result. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PreverificationResults(ClassNode preverifiedClassNode,
byte[] preverifiedClassBytes,
PreverificationError[] errors)
preverifiedClassBytes - errors - | Method Detail |
|---|
public PreverificationError[] getErrors()
public byte[] getPreverifiedClassBytes()
public ClassNode getPreverifiedClassNode()
public String getDisassembledOutput()
null if there were
errors while doing the preverification.
public boolean isErrorResult()
|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||