Files
harbour-core/harbour/samples/cccppc/edefdict.cls
1999-11-09 01:37:27 +00:00

30 lines
603 B
OpenEdge ABL
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
//
// $Id$
//
//*******************************************************************
// edefdict.cls: #define sz¢t r elem
// 1999, Csisz r Levente
class EDEFDICT OBJECT
attrib name
attrib params
attrib body // {[tokenArray|paramNumber],...}
attrib deffilelinepos
nmethod change(paramValues)
// A paramValues tartalmazza a paramterek rtkeit.
nmethod printStr()
// Stringknt adja meg az elemet #define nv(params) body
// form ban.
rmethod oinit(name,params,body,deffile,defline,defpos)
metaclass
rmethod onew(name,params,body,deffile,defline,defpos)