org.jetbrains.jet.lang.cfg.pseudocode
Interface JumpInstruction

All Superinterfaces:
Instruction
All Known Implementing Classes:
AbstractJumpInstruction, ConditionalJumpInstruction, NondeterministicJumpInstruction, ReturnNoValueInstruction, ReturnValueInstruction, ThrowExceptionInstruction, UnconditionalJumpInstruction

public interface JumpInstruction
extends Instruction


Method Summary
 
Methods inherited from interface org.jetbrains.jet.lang.cfg.pseudocode.Instruction
accept, accept, getCopies, getLexicalScope, getNextInstructions, getOwner, getPreviousInstructions, setOwner