|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.parser4j.parser.service.match.AbstractMatchMgr net.sf.parser4j.parser.service.match.AbstractMatchMgrAdapter
public abstract class AbstractMatchMgrAdapter
always confirm reduction
Field Summary |
---|
Fields inherited from class net.sf.parser4j.parser.service.match.AbstractMatchMgr |
---|
_log |
Constructor Summary | |
---|---|
AbstractMatchMgrAdapter(IParseNodeDataAccess parseNodeDataAccess)
|
Method Summary | |
---|---|
boolean |
confirmReduction(IParseSessionForMatchMgr parseSession,
IParseNode[] parseNodes,
int[] notWhiteIndexes)
confirm or cancel reduction |
boolean |
immediateReduction()
|
boolean |
needsToConfirmReduction()
|
Methods inherited from class net.sf.parser4j.parser.service.match.AbstractMatchMgr |
---|
getDataByAlternative, getUniqData |
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 |
---|
reduceAction |
Constructor Detail |
---|
public AbstractMatchMgrAdapter(IParseNodeDataAccess parseNodeDataAccess)
Method Detail |
---|
public boolean needsToConfirmReduction()
public boolean confirmReduction(IParseSessionForMatchMgr parseSession, IParseNode[] parseNodes, int[] notWhiteIndexes)
IMatchMgr
parseSession
- share with all match managerparseNodes
- the sons parse nodenotWhiteIndexes
- indexes of not white space parse node
public boolean immediateReduction()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |