/*
* Name: OGRegularExpressionMatchPrivate.h
* Project: OgreKit
*
* Creation Date: Sep 01 2003
* Author: Isao Sonobe <sonoisa (AT) muse (DOT) ocn (DOT) ne (DOT) jp>
* Copyright: Copyright (c) 2003 Isao Sonobe, All rights reserved.
* License: OgreKit License
*
* Encoding: UTF8
* Tabsize: 4
*/
#import <Foundation/Foundation.h>
#import <OgreKit/OGRegularExpressionMatch.h>
#import <OgreKit/OGString.h>
@interface OGRegularExpressionMatch (Private)
/*********
* 初期化 *
*********/
- (id)initWithRegion:(OnigRegion*)region
index:(unsigned)anIndex
enumerator:(OGRegularExpressionEnumerator*)enumerator
terminalOfLastMatch:(unsigned)terminalOfLastMatch;
- (NSObject<OGStringProtocol>*)_targetString;
- (NSRange)_searchRange;
- (OnigRegion*)_region;
@end
syntax highlighted by Code2HTML, v. 0.9.1