Bug 5164

Summary: Implement . (dot) operator
Product: frysk Reporter: Teresa Thomas <tthomas>
Component: generalAssignee: Teresa Thomas <tthomas>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Project(s) to access: ssh public key:
Bug Depends on:    
Bug Blocks: 2246    

Description Teresa Thomas 2007-10-11 15:22:37 UTC
 
Comment 1 Teresa Thomas 2007-11-20 16:15:24 UTC
	2007-10-12  Teresa Thomas  <tthomas@redhat.com>
	
	* CExpr.g: Add MEMBER.
	(DOT): Use MEMBER instead of REFERENCE.
	(astDotExpr): Delete.
	(AMPERSAND): Use postfix_expression.
	(STAR): Ditto.
	* CExprEvaluator.g (MEMBER): Implement.
	
	2007-10-12  Teresa Thomas  <tthomas@redhat.com>
	
	* TypeDecorator.java (member): New.
	* CompositeType.java (member): New.
	* Type.java (member): New.
	* TestComposite.java (testMember): New.