IIf.java :  » Game » kaddath » fr » umlv » plo » interfaces » Android Open Source

Android Open Source » Game » kaddath 
kaddath » fr » umlv » plo » interfaces » IIf.java

package fr.umlv.plo.interfaces;

interface IIf extends IInstr {
  IExpr getCond();
  IInstr getInstr();
  IInstr getElse();
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.