/* * Name: OGRegularExpressionCapturePrivate.h * Project: OgreKit * * Creation Date: Jun 24 2004 * Author: Isao Sonobe * Copyright: Copyright (c) 2003 Isao Sonobe, All rights reserved. * License: OgreKit License * * Encoding: UTF8 * Tabsize: 4 */ #import #import #import "OGRegularExpressionMatchPrivate.h" @interface OGRegularExpressionCapture (Private) - (id)initWithTreeNode:(OnigCaptureTreeNode*)captureNode index:(unsigned)index level:(unsigned)level parentNode:(OGRegularExpressionCapture*)parentNode match:(OGRegularExpressionMatch*)match; - (OnigCaptureTreeNode*)_captureNode; @end