|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ClassParserException | |
| jreversepro.parser | |
| jreversepro.reflect | |
| jreversepro.revengine | |
| jreversepro.runtime | |
| Uses of ClassParserException in jreversepro.parser |
| Methods in jreversepro.parser that throw ClassParserException | |
void |
JClassParser.parse(byte[] bytes)
Parses the given byte array and creates the ClassInfo and ConstantPool objects. |
void |
JClassParser.parse(java.net.URL url)
Parses a class file at the other side of a URL and creates the ClassInfo and ConstantPool objects. |
void |
JClassParser.parse(java.io.File aFile)
Parses the given file and creates the ClassInfo and ConstantPool objects. |
void |
JClassParser.parse(java.io.InputStream is,
int length,
java.lang.String pathToClass)
Parses the given file and creates the ClassInfo and ConstantPool objects. |
void |
JClassParser.parse(java.io.ByteArrayInputStream is,
java.lang.String pathToClass)
Parses the given file and creates the ClassInfo and ConstantPool objects. |
static java.lang.String |
JAttribute.manipConstantValue(java.io.DataInputStream aDis,
JConstantPool aCpInfo)
Manipulates the 'ConstantValue' attribute of the Fields. |
| Uses of ClassParserException in jreversepro.reflect |
| Methods in jreversepro.reflect that throw ClassParserException | |
java.lang.String |
JConstantPool.getLdcString(int index)
Given an Cp index this returns the proper constant pool value depending on the tag type. |
java.lang.String |
JConstantPool.getBasicDataTypeValue(int index)
Returns the value for the ConstantPool Entries according to their types. |
java.lang.String |
JConstantPool.getTagDescriptor(int index)
Describes the tag in brief. |
void |
JClassInfo.reverseEngineer(boolean getBytecode)
Reverse Engineer the Class file. |
| Uses of ClassParserException in jreversepro.revengine |
| Methods in jreversepro.revengine that throw ClassParserException | |
JClassInfo |
JSerializer.loadClass(java.io.File file)
|
JClassInfo |
JSerializer.loadClass(java.net.URL url)
|
void |
JReverseEngineer.genCode()
Generates the code for disassembler and decompiler. |
void |
JDisAssembler.genCode()
Generates the disassembled code. |
void |
JDecompiler.genCode()
Don't depend on LineNumberTable Attribute of a method, as it is optional. |
void |
JDecompiler.loadSymbolTable()
Loads the Local Symbol Table information. |
| Uses of ClassParserException in jreversepro.runtime |
| Methods in jreversepro.runtime that throw ClassParserException | |
void |
JRunTimeFrame.operateStack(JInstruction thisIns,
JOperandStack myStack)
|
void |
JRunTimeContext.executeInstruction(JInstruction ins)
Process JVM instruction. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||