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

All Superinterfaces:
Instruction, JetElementInstruction
All Known Implementing Classes:
ReturnNoValueInstruction, ReturnValueInstruction

public interface ReturnInstruction
extends Instruction, JetElementInstruction


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