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

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

public class IfExamples
extends Object

Example of how java2objc converts Java if-then-else statements into their Objective C equivalent

Author:
Inderjeet Singh

Constructor Summary
IfExamples()
           
 
Method Summary
 int ifWithBlock()
           
 int ifWithMixedBlocks()
           
 int ifWithoutBlock()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IfExamples

public IfExamples()
Method Detail

ifWithBlock

public int ifWithBlock()

ifWithoutBlock

public int ifWithoutBlock()

ifWithMixedBlocks

public int ifWithMixedBlocks()


Copyright © 2011. All Rights Reserved.