File: ASTDebug.hpp

package info (click to toggle)
grcompiler 4.2-7
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 11,108 kB
  • sloc: cpp: 45,565; sh: 4,425; ansic: 4,377; makefile: 188; xml: 175; perl: 127
file content (19 lines) | stat: -rw-r--r-- 711 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*--------------------------------------------------------------------*//*:Ignore this sentence.
Copyright (C) 1999, 2001 SIL International. All rights reserved.

Distributable under the terms of either the Common Public License or the
GNU Lesser General Public License, as specified in the LICENSING.txt file.

File: ASTDebug.cpp
Responsibility: Sharon Correll
Last reviewed: Not yet.

Description:
    Additional defines for the AST class, to be included in the middle of the class
	definition.
-------------------------------------------------------------------------------*//*:End Ignore*/
public:
	void Trace(std::ostream & strmOut, const char * s, int level);
	const char * debugString();
//	int line();