|
||||||||||
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 net.sf.parser4j.generator.service.match.MatchChar
public class MatchChar
Field Summary |
---|
Fields inherited from class net.sf.parser4j.parser.service.match.AbstractMatchMgr |
---|
_log |
Constructor Summary | |
---|---|
MatchChar(IParseNodeDataAccess parseNodeDataAccess)
|
Method Summary | |
---|---|
void |
reduceAction(IParseSessionForMatchMgr parseSession,
IParseNode fatherParseNode,
IParseNode[] parseNodes,
int[] notWhiteIndexes)
do the reduction action |
Methods inherited from class net.sf.parser4j.parser.service.match.AbstractMatchMgrAdapter |
---|
confirmReduction, immediateReduction, 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 |
Constructor Detail |
---|
public MatchChar(IParseNodeDataAccess parseNodeDataAccess)
Method Detail |
---|
public void reduceAction(IParseSessionForMatchMgr parseSession, IParseNode fatherParseNode, IParseNode[] parseNodes, int[] notWhiteIndexes) throws ParserException
IMatchMgr
parseSession
- share with all match managerfatherParseNode
- the father parse node, reduction parse node resultparseNodes
- the sons parse nodenotWhiteIndexes
- indexes of not white space parse node, can be empty if all
parses nodes are whitespace
ParserException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |