An abstract PHPSegment that describe a segment that can have children.
authorkpouer <kpouer>
Sat, 25 Jan 2003 15:50:47 +0000 (15:50 +0000)
committerkpouer <kpouer>
Sat, 25 Jan 2003 15:50:47 +0000 (15:50 +0000)
commit6b0cae39d06ba87756a93ae9e68f75f25863ee6c
treea2f9c16137096988c62536a120596292b88e842d
parent13f1a17fd1be8433051d9a4499deb90db109a7a3
An abstract PHPSegment that describe a segment that can have children.
It's the parent class of PHPClassDeclaration and PHPFunctionDeclaration (since a function can have an inner function or require for example)
net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/phpparser/PHPSegmentWithChildren.java [new file with mode: 0644]