org.rythmengine.internal.parser.build_in
Class KeywordParserFactory
java.lang.Object
org.rythmengine.internal.parser.build_in.CaretParserFactoryBase
org.rythmengine.internal.parser.build_in.KeywordParserFactory
- All Implemented Interfaces:
- ICaretParserFactory, IKeywordParserFactory, IParserFactory
- Direct Known Subclasses:
- ArgsParser, AssignParser, BreakParser, CacheParser, CompactParser, ContinueParser, DebugParser, DefTagParser, EscapeParser, ExecParser, ExitIfNoClassParser, ExpandParser, ExtendsParser, ForEachParser, GetParser, I18nParser, IfParser, ImportParser, IncludeParser, InitCodeParser, InvokeParser, LocaleParser, LogTimeParser, MacroParser, NoCompactParser, NoSIMParser, RawParser, RenderBodyParser, RenderSectionParser, ReturnParser, SectionParser, SetParser, SimpleParser, TimestampParser, VerbatimParser
public abstract class KeywordParserFactory
- extends CaretParserFactoryBase
- implements IKeywordParserFactory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeywordParserFactory
public KeywordParserFactory()
keyword
public abstract IKeyword keyword()
- Specified by:
keyword in interface IKeywordParserFactory
interests
public String[] interests()
patternStr
protected abstract String patternStr()
ptn
protected Pattern ptn(IDialect d)
reg
protected com.stevesoft.pat.Regex reg(IDialect d)
Copyright © 2014. All Rights Reserved.