|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.jet.lang.cfg.pseudocode.InstructionImpl
org.jetbrains.jet.lang.cfg.pseudocode.JetElementInstructionImpl
public abstract class JetElementInstructionImpl
Field Summary | |
---|---|
protected JetElement |
element
|
Fields inherited from class org.jetbrains.jet.lang.cfg.pseudocode.InstructionImpl |
---|
isDead |
Constructor Summary | |
---|---|
JetElementInstructionImpl(JetElement element)
|
Method Summary | |
---|---|
JetElement |
getElement()
|
Methods inherited from class org.jetbrains.jet.lang.cfg.pseudocode.InstructionImpl |
---|
copy, createCopy, die, getCopies, getOwner, getPreviousInstructions, isDead, outgoingEdgeTo, setOwner, updateCopyInfo |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.jetbrains.jet.lang.cfg.pseudocode.Instruction |
---|
accept, getCopies, getNextInstructions, getOwner, getPreviousInstructions, setOwner |
Field Detail |
---|
protected final JetElement element
Constructor Detail |
---|
public JetElementInstructionImpl(@NotNull JetElement element)
Method Detail |
---|
@NotNull public JetElement getElement()
getElement
in interface JetElementInstruction
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |