read
This commit is contained in:
@@ -36,6 +36,7 @@ public interface Interface{
|
||||
public S visitAssign(AssignImp instr, H h);
|
||||
public S visitDeclaration(DeclarationImp instr,H h);
|
||||
public S visitPrint(PrintImp instr, H h);
|
||||
public S visitRead(ReadImp instr,H h);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user