net.sf.parser4j.parser.service.parsenode
Class ConcatParseNodeCreator

java.lang.Object
  extended by 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

Constructor Summary
ConcatParseNodeCreator()
           
 
Method Summary
 IParseNode create(IParseNode[] parseNodes, int[] notWhiteIndexes, int matchedNonterminalIdentifier, ParseSession parseSession, int parseStackId, ParsingToStringUtil parsingToStringUtil, boolean intermediate, boolean computeSyntaxNode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConcatParseNodeCreator

public ConcatParseNodeCreator()
Method Detail

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.