Module de.carne.mcd.jvmdecoder
Class BytecodeInstructionReference
- java.lang.Object
-
- de.carne.mcd.bootstrap.InstructionReference<de.carne.mcd.jvmdecoder.classfile.bytecode.bootstrap.BytecodeInstructionReferenceEntry>
-
- de.carne.mcd.jvmdecoder.classfile.bytecode.bootstrap.BytecodeInstructionReference
-
public class BytecodeInstructionReference extends de.carne.mcd.bootstrap.InstructionReference<de.carne.mcd.jvmdecoder.classfile.bytecode.bootstrap.BytecodeInstructionReferenceEntry>
-
-
Constructor Summary
Constructors Constructor Description BytecodeInstructionReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected de.carne.mcd.jvmdecoder.classfile.bytecode.bootstrap.BytecodeInstructionReferenceEntrynewEntry(de.carne.mcd.bootstrap.InstructionReferenceEntry entryData)
-
-
-
Method Detail
-
newEntry
protected de.carne.mcd.jvmdecoder.classfile.bytecode.bootstrap.BytecodeInstructionReferenceEntry newEntry(de.carne.mcd.bootstrap.InstructionReferenceEntry entryData) throws java.io.IOException- Specified by:
newEntryin classde.carne.mcd.bootstrap.InstructionReference<de.carne.mcd.jvmdecoder.classfile.bytecode.bootstrap.BytecodeInstructionReferenceEntry>- Throws:
java.io.IOException
-
-