public class OptionStateSymbolVisitor extends PackageDescriptionSymbolVisitorWithTempRule
| Constructor and Description |
|---|
OptionStateSymbolVisitor()
constructor.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractPackageParserState |
handle(CommentSymbol commentSymbol,
PackageDescriptionFileParser parser,
TempPackageRule tempPackageRule)
handles an object of the type commentSymbol.
|
AbstractPackageParserState |
handle(OptionSymbol optionSymbol,
PackageDescriptionFileParser parser,
TempPackageRule tempPackageRule)
handles an object of the Type OptionSymbol.
|
AbstractPackageParserState |
handle(RowEndSymbol rowEndSymbol,
PackageDescriptionFileParser parser,
TempPackageRule tempPackageRule)
handles an object of the Type RowEndSymbol.
|
handle, handle, handle, handlepublic AbstractPackageParserState handle(CommentSymbol commentSymbol, PackageDescriptionFileParser parser, TempPackageRule tempPackageRule)
PackageDescriptionSymbolVisitorWithTempRulehandle in class PackageDescriptionSymbolVisitorWithTempRulecommentSymbol - is the type of the handled object.parser - is the parser.tempPackageRule - is the temporary Package Rulepublic AbstractPackageParserState handle(RowEndSymbol rowEndSymbol, PackageDescriptionFileParser parser, TempPackageRule tempPackageRule) throws java.lang.InterruptedException
PackageDescriptionSymbolVisitorWithTempRulehandle in class PackageDescriptionSymbolVisitorWithTempRulerowEndSymbol - is the type of the handled object.parser - is the parser.tempPackageRule - is the temporary Package Rulejava.lang.InterruptedException - from the buffer.public AbstractPackageParserState handle(OptionSymbol optionSymbol, PackageDescriptionFileParser parser, TempPackageRule tempPackageRule)
PackageDescriptionSymbolVisitorWithTempRulehandle in class PackageDescriptionSymbolVisitorWithTempRuleoptionSymbol - is the type of the handled object.parser - is the parser.tempPackageRule - is the temporary Package Rule