public class CommentState extends AbstractPackageParserState
| Constructor and Description |
|---|
CommentState(PackageDescriptionFileParser parser)
constructor.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractPackageParserState |
action(RouterSoftware rs,
PackageDescriptionFileSymbol symbol)
handle the given Symbol.
|
getMyParserpublic CommentState(PackageDescriptionFileParser parser)
parser - the PackageDescriptionfileParser.public AbstractPackageParserState action(RouterSoftware rs, PackageDescriptionFileSymbol symbol) throws java.lang.InterruptedException, ParserException
AbstractPackageParserStateaction in class AbstractPackageParserStaters - The RouterSoftware to use.symbol - is the given Symbol.java.lang.InterruptedException - from the buffer.ParserException - if there is any Problem while parsing