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
| Modifier and Type | Field and Description |
|---|---|
static String |
COMMENT_FORMAT |
logger| Constructor and Description |
|---|
CommentParser() |
| Modifier and Type | Method and Description |
|---|---|
IParser |
create(IContext ctx) |
checkRestrictedClass, getCaret, p, p, p, p, p, raiseParseExceptionpublic static final String COMMENT_FORMAT
Copyright © 2017–2021 OSGL (Open Source General Library). All rights reserved.