Interface | Description |
---|---|
TsurgeonParserTreeConstants |
Class | Description |
---|---|
JJTTsurgeonParserState | |
Tsurgeon |
Tsurgeon provides a way of editing trees based on a set of operations that
are applied to tree locations matching a tregex pattern.
|
TsurgeonPattern |
An abstract class for patterns to manipulate
Tree s when
successfully matched on with a TregexMatcher . |
Exception | Description |
---|---|
ParseException |
This exception is thrown when parse errors are encountered.
|
TsurgeonParseException |
A runtime exception that indicates something went wrong parsing a
Tsurgeon expression.
|