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

25 lines
487 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.
//
// $Id$
//
//*******************************************************************
// tkstr.cls: String token reprezent ci¢.
// 1999, Csisz r Levente
class TKSTR TOKEN
attrib kezdo // Az eredeti kezd“.
attrib zaro // Ha hi nyzik, akkor ""
rmethod getStr()
rmethod oinit(id,str,file,line,pos,kezdo,zaro)
// Inicializ lja az objektumot.
metaclass
rmethod onew(id,str,file,line,pos,kezdo,zaro)
rmethod copyFromToken(t,id,str,kezdo,zaro)