net.sf.parser4j.parser.service.match
Class AbstractMatchMgr

java.lang.Object
  extended by net.sf.parser4j.parser.service.match.AbstractMatchMgr
All Implemented Interfaces:
IMatchMgr
Direct Known Subclasses:
AbstractMatchMgrAdapter

public abstract class AbstractMatchMgr
extends java.lang.Object
implements IMatchMgr

Author:
luc peuvrier

Field Summary
protected  Logger _log
           
 
Constructor Summary
AbstractMatchMgr(IParseNodeDataAccess parseNodeDataAccess)
           
 
Method Summary
protected  IParseNodeData[] getDataByAlternative(IParseSessionForMatchMgr parseSession, IParseNode parseNode)
           
protected  IParseNodeData getUniqData(IParseSessionForMatchMgr parseSession, IParseNode parseNode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.parser4j.parser.service.match.IMatchMgr
confirmReduction, immediateReduction, needsToConfirmReduction, reduceAction
 

Field Detail

_log

protected final transient Logger _log
Constructor Detail

AbstractMatchMgr

public AbstractMatchMgr(IParseNodeDataAccess parseNodeDataAccess)
Method Detail

getDataByAlternative

protected IParseNodeData[] getDataByAlternative(IParseSessionForMatchMgr parseSession,
                                                IParseNode parseNode)
                                         throws ParserException
Throws:
ParserException

getUniqData

protected IParseNodeData getUniqData(IParseSessionForMatchMgr parseSession,
                                     IParseNode parseNode)
                              throws ParserException
Throws:
ParserException


Copyright © 2008-2009 Luc Peuvrier. All Rights Reserved.