public interface Pseudocode
Modifier and Type | Method and Description |
---|---|
JetElement |
getCorrespondingElement() |
java.util.List<Instruction> |
getDeadInstructions() |
SubroutineEnterInstruction |
getEnterInstruction() |
SubroutineExitInstruction |
getExitInstruction() |
java.util.List<Instruction> |
getInstructions() |
java.util.Set<LocalDeclarationInstruction> |
getLocalDeclarations() |
java.util.List<Instruction> |
getReversedInstructions() |
SubroutineSinkInstruction |
getSinkInstruction() |
@NotNull JetElement getCorrespondingElement()
@NotNull java.util.Set<LocalDeclarationInstruction> getLocalDeclarations()
@NotNull java.util.List<Instruction> getInstructions()
@NotNull java.util.List<Instruction> getReversedInstructions()
@NotNull java.util.List<Instruction> getDeadInstructions()
@NotNull SubroutineExitInstruction getExitInstruction()
@NotNull SubroutineSinkInstruction getSinkInstruction()
@NotNull SubroutineEnterInstruction getEnterInstruction()