Class FullInstructionSequence
- java.lang.Object
-
- org.jetbrains.java.decompiler.code.InstructionSequence
-
- org.jetbrains.java.decompiler.code.FullInstructionSequence
-
- All Implemented Interfaces:
java.lang.Iterable<Instruction>
public class FullInstructionSequence extends InstructionSequence
-
-
Field Summary
-
Fields inherited from class org.jetbrains.java.decompiler.code.InstructionSequence
collinstr, exceptionTable, pointer
-
-
Constructor Summary
Constructors Constructor Description FullInstructionSequence(VBStyleCollection<Instruction,java.lang.Integer> collinstr, ExceptionTable extable)
-
Method Summary
-
Methods inherited from class org.jetbrains.java.decompiler.code.InstructionSequence
addInstruction, addInstruction, addSequence, addToPointer, clear, clone, getExceptionTable, getInstr, getLastInstr, getOffset, getPointer, getPointerByAbsOffset, getPointerByRelOffset, isEmpty, iterator, length, removeInstruction, removeInstruction, removeLast, setPointer, toString, toString
-
-
-
-
Constructor Detail
-
FullInstructionSequence
public FullInstructionSequence(VBStyleCollection<Instruction,java.lang.Integer> collinstr, ExceptionTable extable)
-
-