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

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

public class WhileExamples
extends Object

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

Author:
Inderjeet Singh

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

Constructor Detail

WhileExamples

public WhileExamples()
Method Detail

whileDemo

public void whileDemo()


Copyright © 2011. All Rights Reserved.