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

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

public class SwitchExamples
extends Object

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

Author:
Inderjeet Singh

Constructor Summary
SwitchExamples()
           
 
Method Summary
 void switchWithInt(int value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwitchExamples

public SwitchExamples()
Method Detail

switchWithInt

public void switchWithInt(int value)


Copyright © 2011. All Rights Reserved.