net.sf.parser4j.parser.service.parsenode
Class ConcatParseNodeCreator
java.lang.Object
net.sf.parser4j.parser.service.parsenode.ConcatParseNodeCreator
- All Implemented Interfaces:
- IParseNodeCreator
public class ConcatParseNodeCreator
- extends java.lang.Object
- implements IParseNodeCreator
by default for concat always match and resulting parse node is father of
parse nodes
- Author:
- luc peuvrier
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConcatParseNodeCreator
public ConcatParseNodeCreator()
create
public IParseNode create(IParseNode[] parseNodes,
int[] notWhiteIndexes,
int matchedNonterminalIdentifier,
ParseSession parseSession,
int parseStackId,
ParsingToStringUtil parsingToStringUtil,
boolean intermediate,
boolean computeSyntaxNode)
- Specified by:
create
in interface IParseNodeCreator
Copyright © 2008-2009 Luc Peuvrier. All Rights Reserved.