public abstract class CaseOperandInfo extends Object implements Cloneable, Serializable
| Constructor and Description |
|---|
CaseOperandInfo(ArithmeticOrRelationalOperand elseOperand) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
boolean |
equals(Object obj) |
ArithmeticOrRelationalOperand |
getElse() |
int |
hashCode() |
void |
setElse(ArithmeticOrRelationalOperand elseOperand) |
public CaseOperandInfo(ArithmeticOrRelationalOperand elseOperand)
public void setElse(ArithmeticOrRelationalOperand elseOperand)
public ArithmeticOrRelationalOperand getElse()
public Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedException? Copyright 2013 BMC Software, Inc.