org.rythmengine.internal.parser.build_in
Class ForEachParser

java.lang.Object
  extended by org.rythmengine.internal.parser.build_in.CaretParserFactoryBase
      extended by org.rythmengine.internal.parser.build_in.KeywordParserFactory
          extended by org.rythmengine.internal.parser.build_in.ForEachParser
All Implemented Interfaces:
ICaretParserFactory, IKeywordParserFactory, IParserFactory

public class ForEachParser
extends KeywordParserFactory


Field Summary
 
Fields inherited from class org.rythmengine.internal.parser.build_in.CaretParserFactoryBase
logger
 
Constructor Summary
ForEachParser()
           
 
Method Summary
 IParser create(IContext ctx)
           
 Keyword keyword()
           
protected  String patternStr()
           
protected  String patternStr2()
           
 
Methods inherited from class org.rythmengine.internal.parser.build_in.KeywordParserFactory
interests, ptn, reg
 
Methods inherited from class org.rythmengine.internal.parser.build_in.CaretParserFactoryBase
checkRestrictedClass, getCaret, p, p, p, p, p, raiseParseException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForEachParser

public ForEachParser()
Method Detail

create

public IParser create(IContext ctx)

keyword

public Keyword keyword()
Specified by:
keyword in interface IKeywordParserFactory
Specified by:
keyword in class KeywordParserFactory

patternStr2

protected String patternStr2()

patternStr

protected String patternStr()
Specified by:
patternStr in class KeywordParserFactory


Copyright © 2014. All Rights Reserved.