org.rythmengine.internal.parser.build_in
Class ExtendsParser
java.lang.Object
org.rythmengine.internal.parser.build_in.CaretParserFactoryBase
org.rythmengine.internal.parser.build_in.KeywordParserFactory
org.rythmengine.internal.parser.build_in.ExtendsParser
- All Implemented Interfaces:
- ICaretParserFactory, IKeywordParserFactory, IParserFactory
public class ExtendsParser
- extends KeywordParserFactory
Parse @extends path/to/mylayout.html or @extends path.to.mylayout.html
|
Field Summary |
protected static com.stevesoft.pat.Regex |
argsPattern
|
protected static com.stevesoft.pat.Regex |
innerPattern
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
innerPattern
protected static com.stevesoft.pat.Regex innerPattern
argsPattern
protected static com.stevesoft.pat.Regex argsPattern
ExtendsParser
public ExtendsParser()
keyword
public Keyword keyword()
- Specified by:
keyword in interface IKeywordParserFactory- Specified by:
keyword in class KeywordParserFactory
create
public IParser create(IContext ctx)
patternStr
protected String patternStr()
- Specified by:
patternStr in class KeywordParserFactory
patternStr0
protected String patternStr0()
Copyright © 2014. All Rights Reserved.