gov.nasa.arc.brahms.common.data
Interface IAssignmentLhs
- All Known Implementing Classes:
- ArrayAccess, Operand, VMArrayAccess, VMOperand
public interface IAssignmentLhs
IAssignmentLhs is the interface implemented by expressions that can
appear on the left hand side of an Assignment
- Version:
- $Revision: 1.1 $ $Date: 2009/11/23 18:28:41 $ $Author: rnado $
- Author:
- Bob Nado
Method Summary |
void |
export(IFormat format,
java.util.Properties p,
java.io.DataOutputStream out)
Exports this object in the given format with the given
properties to the given stream. |
export
void export(IFormat format,
java.util.Properties p,
java.io.DataOutputStream out)
- Exports this object in the given format with the given
properties to the given stream.
- Parameters:
format
- the IFormat to export this object asp
- the Properties required for the formatout
- the DataOutputStream to write the output to
Copyright © 1997-2012 All Rights Reserved.