org.rythmengine.internal.parser.build_in
Class DebugParser

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.DebugParser
All Implemented Interfaces:
ICaretParserFactory, IKeywordParserFactory, IParserFactory, IRemoveLeadingLineBreakAndSpaces

public class DebugParser
extends KeywordParserFactory
implements IRemoveLeadingLineBreakAndSpaces

Created by IntelliJ IDEA. User: luog Date: 19/02/12 Time: 5:28 PM To change this template use File | Settings | File Templates.


Field Summary
 
Fields inherited from class org.rythmengine.internal.parser.build_in.CaretParserFactoryBase
logger
 
Constructor Summary
DebugParser()
           
 
Method Summary
 IParser create(IContext ctx)
           
 Keyword keyword()
           
protected  String patternStr()
           
 
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

DebugParser

public DebugParser()
Method Detail

keyword

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

create

public IParser create(IContext ctx)
Specified by:
create in interface IParserFactory

patternStr

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


Copyright © 2014. All Rights Reserved.