00001 /* 00002 * Generated by class-dump 3.1.1. 00003 * 00004 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard. 00005 */ 00006 00007 #import <Foundation/NSScanner.h> 00008 00009 @class NSCharacterSet, NSDictionary, NSString; 00010 00011 @interface NSConcreteScanner : NSScanner 00012 { 00013 NSString *scanString; 00014 NSCharacterSet *skipSet; 00015 NSCharacterSet *invertedSkipSet; 00016 NSDictionary *locale; 00017 unsigned int scanLocation; 00018 struct { 00019 unsigned int caseSensitive:1; 00020 unsigned int :31; 00021 } flags; 00022 } 00023 00024 - (id)initWithString:(id)fp8; 00025 - (id)string; 00026 - (id)_invertedSkipSet; 00027 - (void)setScanLocation:(unsigned int)fp8; 00028 - (unsigned int)scanLocation; 00029 - (void)setCharactersToBeSkipped:(id)fp8; 00030 - (id)charactersToBeSkipped; 00031 - (void)setCaseSensitive:(BOOL)fp8; 00032 - (BOOL)caseSensitive; 00033 - (void)setLocale:(id)fp8; 00034 - (id)locale; 00035 - (BOOL)scanInt:(int *)fp8; 00036 - (void)dealloc; 00037 - (void)finalize; 00038 00039 @end 00040