org.rythmengine.internal.parser.build_in
Class CommentParser
java.lang.Object
org.rythmengine.internal.parser.build_in.CaretParserFactoryBase
org.rythmengine.internal.parser.build_in.CommentParser
- All Implemented Interfaces:
- ICaretParserFactory, IParserFactory
public class CommentParser
- extends CaretParserFactoryBase
CommentParser deals with the following type comments:
1. inline comment. e.g. @/ this is my comment \n
2. block comment. e.g. @* this is my multi \nline comments *@
User: luog
Date: 2/12/11
Time: 3:04 PM
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommentParser
public CommentParser()
create
public IParser create(IContext ctx)
Copyright © 2014. All Rights Reserved.