2 * Copyright 2008, Haiku.
3 * Distributed under the terms of the MIT license.
6 * Michael Pfeiffer <laplace@users.sourceforge.net>
9 #ifndef _STATEMENT_LIST_H
10 #define _STATEMENT_LIST_H
22 StatementList(bool ownsStatements
);
25 void Add(Statement
* statement
);
26 void Remove(Statement
* statement
);
28 Statement
* StatementAt(int32 index
);
30 Statement
* GetStatement(const char* keyword
);
31 const char* GetValue(const char* keyword
);