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