IPseudocode was a temporary name

to deceive idea's git and commit it
This commit is contained in:
Svetlana Isakova
2012-05-26 12:44:12 +04:00
parent f4920b7d09
commit 09a91f2f92
@@ -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();