net.sf.parser4j.parser.service
Interface IParseNodeDataAccess
- All Known Implementing Classes:
- MatchMgrInvoker
public interface IParseNodeDataAccess
- Author:
- luc peuvrier
getUniqData
IParseNodeData getUniqData(IParseSessionForMatchMgr parseSession,
IParseNode parseNode)
throws ParserException
- Parameters:
parseSession
- parseNode
-
- Returns:
- uniq data associated to the parse node
- Throws:
ParserException
getDataByAlternative
IParseNodeData[] getDataByAlternative(IParseSessionForMatchMgr parseSession,
IParseNode parseNode)
throws ParserException
- Parameters:
parseSession
- parseNode
-
- Returns:
- data associated to the parse node by alternative
- Throws:
ParserException
Copyright © 2008-2009 Luc Peuvrier. All Rights Reserved.