|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ByteParser | |
---|---|
net.sf.rej.java | Contains core bytecode parsing and construction related classes. |
net.sf.rej.java.attribute | Provides classes that model the various class file attributes |
net.sf.rej.java.attribute.annotations | Contains additional classes for processing and modeling annotation attributes |
net.sf.rej.java.constantpool | Provides constant pool related functionality. |
net.sf.rej.java.instruction | Classes that model the java bytecode instructions. |
net.sf.rej.util | Utility classes used by both reJ API and GUI. |
Uses of ByteParser in net.sf.rej.java |
---|
Methods in net.sf.rej.java with parameters of type ByteParser | |
---|---|
Field |
FieldFactory.createField(ByteParser parser,
ConstantPool pool)
|
Method |
MethodFactory.createMethod(ByteParser parser,
ConstantPool pool)
|
static ClassFile |
Disassembler.parseBasics(ByteParser parser)
|
Constructors in net.sf.rej.java with parameters of type ByteParser | |
---|---|
Code(ByteParser parser,
ConstantPool pool)
|
|
ExceptionInfo(ByteParser parser,
ConstantPool pool)
|
|
Exceptions(ByteParser parser,
ConstantPool pool)
|
|
LocalVariable(ByteParser parser,
ConstantPool pool)
|
Uses of ByteParser in net.sf.rej.java.attribute |
---|
Methods in net.sf.rej.java.attribute with parameters of type ByteParser | |
---|---|
static Attribute |
Attribute.getAttribute(ByteParser parser,
ConstantPool pool)
|
Constructors in net.sf.rej.java.attribute with parameters of type ByteParser | |
---|---|
Attributes(ByteParser parser,
ConstantPool pool)
|
Uses of ByteParser in net.sf.rej.java.attribute.annotations |
---|
Constructors in net.sf.rej.java.attribute.annotations with parameters of type ByteParser | |
---|---|
Annotation(ByteParser parser,
ConstantPool pool)
|
Uses of ByteParser in net.sf.rej.java.constantpool |
---|
Methods in net.sf.rej.java.constantpool with parameters of type ByteParser | |
---|---|
static ConstantPoolInfo |
ConstantPoolInfo.getCPI(ByteParser parser,
ConstantPool pool)
Parse a constant pool info item from a byte parser. |
Uses of ByteParser in net.sf.rej.java.instruction |
---|
Methods in net.sf.rej.java.instruction that return ByteParser | |
---|---|
ByteParser |
DecompilationContext.getParser()
Deprecated. |
Methods in net.sf.rej.java.instruction with parameters of type ByteParser | |
---|---|
void |
DecompilationContext.setParser(ByteParser parser)
|
Uses of ByteParser in net.sf.rej.util |
---|
Classes in net.sf.rej.util that implement ByteParser | |
---|---|
class |
ByteArrayByteParser
Class that wraps a byte array and offers tools for reading the array. |
class |
StreamByteParser
A ByteParser subclass providing parsing of a stream
instead of a byte array (as is the case with ByteParser class). |
Methods in net.sf.rej.util that return ByteParser | |
---|---|
ByteParser |
StreamByteParser.getNewParser()
Deprecated. |
ByteParser |
ByteParser.getNewParser()
Deprecated. This feature is not applicable to streams, so it should not be used. Instead either a mark / reset along with a byte array read approach should be used instead. |
ByteParser |
ByteArrayByteParser.getNewParser()
Deprecated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |