public class Question extends Exp
Question(Exp condition, Exp then, Exp otherwise)
Exp
getCondition()
getOtherwise()
getThen()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Question(Exp condition, Exp then, Exp otherwise)
condition
then
otherwise
public Exp getCondition()
public Exp getThen()
public Exp getOtherwise()
public String toString()
toString
Copyright © 2007–2014 Tecgraf/PUC-Rio. All rights reserved.