Interface | Description |
---|---|
TsurgeonParserTreeConstants |
Class | Description |
---|---|
CreateSubtreeNode |
Given the start and end children of a particular node, takes all
children between start and end (including the endpoints) and
combines them in a new node with the given label.
|
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.
|
TsurgeonRuntimeException |
Something has gone wrong internally in Tsurgeon
|