port from perforce
This commit is contained in:
10
intromat/Intromat/Model/Compiler/IStatement.cs
Normal file
10
intromat/Intromat/Model/Compiler/IStatement.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System.Text;
|
||||
|
||||
namespace Intromat.Model.Compiler
|
||||
{
|
||||
public interface IStatement
|
||||
{
|
||||
void Compile(CompilerContext context, StringBuilder sb);
|
||||
void CompileHeader(CompilerContext context, StringBuilder sb);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user