[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: yypreproc.pp line 20
type typreproc = class |
default |
const |
yp_maxlevels = 16 |
default |
skip: array [0..yp_maxlevels-1] of Boolean; |
cheadermode: Boolean; |
level: LongInt; |
public |
constructor Create; |
destructor Destroy; override; |
function isdefine(); |
function getdefine(); |
function useline(); |
procedure newfile(); |
end; |
| |
TObject |