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
|
||||
*/
|
||||
public interface IPseudocode {
|
||||
public interface Pseudocode {
|
||||
@NotNull
|
||||
JetElement getCorrespondingElement();
|
||||
|
||||
@NotNull
|
||||
Set<IPseudocode> getLocalDeclarations();
|
||||
Set<Pseudocode> getLocalDeclarations();
|
||||
|
||||
@NotNull
|
||||
List<Instruction> getInstructions();
|
||||
Reference in New Issue
Block a user