Uses of Class
com.jniwrapper.macosx.cocoa.nsscanner.NSScanner

Packages that use NSScanner
com.jniwrapper.macosx.cocoa.nsscanner   
 

Uses of NSScanner in com.jniwrapper.macosx.cocoa.nsscanner
 

Methods in com.jniwrapper.macosx.cocoa.nsscanner that return NSScanner
static NSScanner NSScanner.NSScanner_scannerWithString(java.lang.String string)
          This method represents the scannerWithString static constructor of the NSScanner Objective-C class.
static NSScanner NSScanner.NSScanner_localizedScannerWithString(java.lang.String string)
          This method represents the localizedScannerWithString static constructor of the NSScanner Objective-C class.