public abstract class AbstractParserControl extends Object implements ParserControl
ParserControl
Constructor and Description |
---|
AbstractParserControl() |
Modifier and Type | Method and Description |
---|---|
boolean |
isFinished(int lastOptionCode)
By default always continue parsing by returning false.
|
public boolean isFinished(int lastOptionCode)
isFinished
in interface ParserControl
lastOptionCode
- the code of last option parsedParserControl.isFinished(int)
Copyright © 1998-2019 Apache Software Foundation. All Rights Reserved.