IPseudocode was a temporary name
to deceive idea's git and commit it
This commit is contained in:
+2
-2
@@ -25,12 +25,12 @@ import java.util.Set;
|
|||||||
/**
|
/**
|
||||||
* @author svtk
|
* @author svtk
|
||||||
*/
|
*/
|
||||||
public interface IPseudocode {
|
public interface Pseudocode {
|
||||||
@NotNull
|
@NotNull
|
||||||
JetElement getCorrespondingElement();
|
JetElement getCorrespondingElement();
|
||||||
|
|
||||||
@NotNull
|
@NotNull
|
||||||
Set<IPseudocode> getLocalDeclarations();
|
Set<Pseudocode> getLocalDeclarations();
|
||||||
|
|
||||||
@NotNull
|
@NotNull
|
||||||
List<Instruction> getInstructions();
|
List<Instruction> getInstructions();
|
||||||
Reference in New Issue
Block a user