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

All Superinterfaces:
Instruction
All Known Implementing Classes:
AbstractJumpInstruction, ConditionalJumpInstruction, InstructionWithNext, JetElementInstructionImpl, LoadUnitValueInstruction, LocalFunctionDeclarationInstruction, NondeterministicJumpInstruction, ReadValueInstruction, ReturnNoValueInstruction, ReturnValueInstruction, SubroutineEnterInstruction, ThrowExceptionInstruction, UnconditionalJumpInstruction, UnsupportedElementInstruction, VariableDeclarationInstruction, WriteValueInstruction

public interface JetElementInstruction
extends Instruction


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

Method Detail

getElement

@NotNull
JetElement getElement()