public class CommentModule extends AbstractModule implements Module
Constructor and Description |
---|
CommentModule()
Constructs module and sets priority
|
Modifier and Type | Method and Description |
---|---|
ModuleOutput |
parse(String line,
ParsingContext pc)
Parses the line (if it meets its declared pattern).
|
equals, getPriority, hashCode, setPriority
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getPriority, setPriority
public ModuleOutput parse(String line, ParsingContext pc)
Module
parse
in interface Module
line
- to be parsedpc
- ParsingContext
defining actual state of the parserCopyright © 2013. All Rights Reserved.