SWT LPEX
v3.0.5

com.ibm.lpex.hlasm
Class Operand

java.lang.Object
  extended bycom.ibm.lpex.hlasm.Operand

public class Operand
extends Object

Operand.


Constructor Summary
Operand(String format)
           
 
Method Summary
 String getFormat()
          Get the format.
 boolean getIsElipse()
          Get the is_elipse.
 boolean getIsKeyword()
          Get the is_keyword.
 boolean getIsOred()
          Get the is_ored.
 boolean getIsRequired()
          Get the is_optional.
 boolean getIsUsed()
          Get the is_used.
 void setIsRequired(boolean is_optional)
          Set the is_optional.
 void setIsUsed(boolean is_used)
          Set the is_used.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Operand

public Operand(String format)
Method Detail

getIsRequired

public boolean getIsRequired()
Get the is_optional.


setIsRequired

public void setIsRequired(boolean is_optional)
Set the is_optional.

Parameters:
is_optional - the is_optional to set

getFormat

public String getFormat()
Get the format.


getIsKeyword

public boolean getIsKeyword()
Get the is_keyword.


getIsUsed

public boolean getIsUsed()
Get the is_used.


setIsUsed

public void setIsUsed(boolean is_used)
Set the is_used.

Parameters:
is_used - the is_used to set

getIsOred

public boolean getIsOred()
Get the is_ored.


getIsElipse

public boolean getIsElipse()
Get the is_elipse.


SWT LPEX
v3.0.5

(C) Copyright IBM Corporation 1998, 2005.  All Rights Reserved.