public class DefaultState extends java.lang.Object implements ParserState
Modifier and Type | Method and Description |
---|---|
void |
handle(SourceParser p,
java.lang.String s,
int lineNumber)
Handle the current line of the file to parse.
|
static ParserState |
instance() |
public static ParserState instance()
public void handle(SourceParser p, java.lang.String s, int lineNumber)
ParserState
handle
in interface ParserState
p
- the state parsers
- the line to parselineNumber
- the lineNumberCopyright © 2019-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence