| Package | Description |
|---|---|
| org.wickedsource.diffparser.unified |
| Modifier and Type | Method and Description |
|---|---|
abstract ParserState |
ParserState.nextState(ParseWindow window)
Returns the next state of the state machine depending on the current state and the content of a window of lines around the line
that is currently being parsed.
|
static ParserState |
ParserState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParserState[] |
ParserState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ParserState.logTransition(String currentLine,
ParserState fromState,
ParserState toState) |
Copyright © 2016. All rights reserved.