Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.rse.util.clprompter
Class ClExpressionListener

java.lang.Object
  extended by com.ibm.etools.iseries.rse.util.clprompter.ClExpressionListener

public class ClExpressionListener
extends Object

This class is used to identify expressions on entry fields, to parse them and set them (for performa in the parm/qual/elem etc object.

Since:
6.0

Field Summary
static String Copyright
           
 
Constructor Summary
ClExpressionListener(com.ibm.etools.iseries.rse.util.clprompter.ClCommonLayout cl, String kwd)
          The constructor for this class.
 
Method Summary
 void modifyText(ModifyEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Copyright

public static final String Copyright
See Also:
Constant Field Values
Constructor Detail

ClExpressionListener

public ClExpressionListener(com.ibm.etools.iseries.rse.util.clprompter.ClCommonLayout cl,
                            String kwd)
The constructor for this class.

Parameters:
cl - The common layout object that the expression will belong to.
kwd - The parameter kwd that the expression belongs to (used for error messages)
Method Detail

modifyText

public void modifyText(ModifyEvent e)

Rational Developer for Power Systems Software
V7.6

Copyright © 2011 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.