public abstract class JetElementInstructionImpl extends InstructionImpl implements JetElementInstruction
Modifier and Type | Field and Description |
---|---|
protected JetElement |
element |
isDead
Constructor and Description |
---|
JetElementInstructionImpl(JetElement element) |
Modifier and Type | Method and Description |
---|---|
JetElement |
getElement() |
copy, createCopy, die, getCopies, getOwner, getPreviousInstructions, isDead, outgoingEdgeTo, setOwner, updateCopyInfo
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
accept, getCopies, getNextInstructions, getOwner, getPreviousInstructions, setOwner
protected final JetElement element
public JetElementInstructionImpl(@NotNull JetElement element)
@NotNull public JetElement getElement()
getElement
in interface JetElementInstruction