com.google.code.java2objc.examples.lang
Class DoWhileExamples

java.lang.Object
  extended by com.google.code.java2objc.examples.lang.DoWhileExamples

public class DoWhileExamples
extends Object

Example of how java2objc converts Java do-while statements into their Objective C equivalent

Author:
Inderjeet Singh

Constructor Summary
DoWhileExamples()
           
 
Method Summary
 void doWhile()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoWhileExamples

public DoWhileExamples()
Method Detail

doWhile

public void doWhile()


Copyright © 2011. All Rights Reserved.