Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Applied: [cdt-patch] Parser - Constructor Chains, Misc Cleanup

-----Original Message-----
From: Camelon, John [mailto:jcamelon@xxxxxxxxxxxx] 
Sent: March 28, 2003 4:34 PM
To: Cdt-Patch (E-mail)
Subject: [cdt-patch] Parser - Constructor Chains, Misc Cleanup

	Added AccessSpecifier and ClassKind to parser.util package and
refactored callbacks. 
	Better encapsulated ExceptionSpecification in the DOM. 
	Updated DOM structures to return unmodifiable collections.
	Added callback support for asmdefinitions.  
	Added callback support for constructor initializer chains.
	Fixed bug 35781 and updated parser to catch all exceptions from
callbacks to ensure best-effort parsing. 
	Removed Main.java from Parser package.
	Updated tests.  

John



Back to the top