| Name | Description | Type | Package | Framework |
| CreateSubtreeNode | Given the start and end children of a particular node, takes all children between start and end (including the endpoints) and | Class | edu.stanford.nlp.trees.tregex.tsurgeon | Stanford Parser |
| DisplayMatchesPanel | Class for creating the panel which shows a graphical version of the tree (as in TreeJPanel) as well as the file name of the file from which the tree is from. | Class | edu.stanford.nlp.trees.tregex.gui | Stanford Parser |
| FilePanel | Class representing the hierarchy of files in which trees may be searched and allowing users to select whether to search a particular file or not | Class | edu.stanford.nlp.trees.tregex.gui | Stanford Parser |
| FileTreeModel | Component for managing the data for files containing trees. | Class | edu.stanford.nlp.trees.tregex.gui | Stanford Parser |
| FileTreeNode | Represents a node in a JTree that holds a file and displays the short name of the file in the JTree. | Class | edu.stanford.nlp.trees.tregex.gui | Stanford Parser |
| FileTreeNode .FileTreeNodeListener | Interface | edu.stanford.nlp.trees.tregex.gui.FileTreeNode | Stanford Parser | |
| HighlightUtils | Class | edu.stanford.nlp.trees.tregex.gui | Stanford Parser | |
| InputPanel | Class representing the panel that gets input from the user and does (in a thread-safe manner) the computation for finding tree matches and performing tsurgeon operations. | Class | edu.stanford.nlp.trees.tregex.gui | Stanford Parser |
| InputPanel .HistoryEntry | Class | edu.stanford.nlp.trees.tregex.gui.InputPanel | Stanford Parser | |
| InputPanel .TRegexGUITreeVisitor | Method for returning the number of matches found in the last tree visited by this tree visitor. | Class | edu.stanford.nlp.trees.tregex.gui.InputPanel | Stanford Parser |
| JJTTsurgeonParserState | Class | edu.stanford.nlp.trees.tregex.tsurgeon | Stanford Parser | |
| Macros | This defines how to use macros from a file in Tregex. | Class | edu.stanford.nlp.trees.tregex | Stanford Parser |
| MatchesPanel | Component for displaying the list of trees that matchAuthor:Anna RaffertySee Also:Serialized Form | Class | edu.stanford.nlp.trees.tregex.gui | Stanford Parser |
| MatchesPanel .MatchesPanelListener | Allows other panels to be updated about changes to the matches panel (better abstraction) | Interface | edu.stanford.nlp.trees.tregex.gui.MatchesPanel | Stanford Parser |
| ParseException | This exception is thrown when parse errors are encountered. | Class | edu.stanford.nlp.trees.tregex | Stanford Parser |
| ParseException | This exception is thrown when parse errors are encountered. | Class | edu.stanford.nlp.trees.tregex.tsurgeon | Stanford Parser |
| Preferences | Manages storage and retrieval of application preferences. | Class | edu.stanford.nlp.trees.tregex.gui | Stanford Parser |
| PreferencesPanel | Class for creating the preferences panel which holds user definable preferences (e. | Class | edu.stanford.nlp.trees.tregex.gui | Stanford Parser |
| ScrollableTreeJPanel | Component for displaying a tree in a JPanel that works correctly withAuthor:Anna RaffertySee Also:Serialized Form | Class | edu.stanford.nlp.trees.tregex.gui | Stanford Parser |
| Tdiff | Extracts the differences between the sets of constituents indicated by a pair of parse trees. | Class | edu.stanford.nlp.trees.tregex.gui | Stanford Parser |
| TreeFromFile | Simple utility class for storing a tree as well as the sentence the tree represents and a label with the filename of the file that the tree was stored in. | Class | edu.stanford.nlp.trees.tregex.gui | Stanford Parser |
| TregexGUI | Main class for creating a tregex gui. | Class | edu.stanford.nlp.trees.tregex.gui | Stanford Parser |
| TregexGUI .FilterType | Returns the enum constant of this type with the specified name. | Class | edu.stanford.nlp.trees.tregex.gui.TregexGUI | Stanford Parser |
| TregexGUI .TransferActionListener | Class | edu.stanford.nlp.trees.tregex.gui.TregexGUI | Stanford Parser | |
| TregexMatcher | A TregexMatcher can be used to match a TregexPattern against a Tree. | Class | edu.stanford.nlp.trees.tregex | Stanford Parser |
| TregexParseException | A runtime exception that indicates something went wrong parsing a tregex expression. | Class | edu.stanford.nlp.trees.tregex | Stanford Parser |
| TregexPattern | A TregexPattern is a tgrep-type pattern for matching tree node configurations. | Class | edu.stanford.nlp.trees.tregex | Stanford Parser |
| TregexPattern .TRegexTreeReaderFactory | Class | edu.stanford.nlp.trees.tregex.TregexPattern | Stanford Parser | |
| TregexPatternCompiler | A class for compiling TregexPatterns with specific HeadFinders and or basicCategoryFunctions. | Class | edu.stanford.nlp.trees.tregex | Stanford Parser |
| Tsurgeon | Tsurgeon provides a way of editing trees based on a set of operations that are applied to tree locations matching a tregex pattern. | Class | edu.stanford.nlp.trees.tregex.tsurgeon | Stanford Parser |
| TsurgeonMatcher | An object factored out to keep the state of a Tsurgeon operation separate from the TsurgeonPattern objects. | Class | edu.stanford.nlp.trees.tregex.tsurgeon | Stanford Parser |
| TsurgeonParseException | A runtime exception that indicates something went wrong parsing a Tsurgeon expression. | Class | edu.stanford.nlp.trees.tregex.tsurgeon | Stanford Parser |
| TsurgeonParserTreeConstants | Interface | edu.stanford.nlp.trees.tregex.tsurgeon | Stanford Parser | |
| TsurgeonPattern | An abstract class for patterns to manipulate Trees when successfully matched on with a TregexMatcher. | Class | edu.stanford.nlp.trees.tregex.tsurgeon | Stanford Parser |
| TsurgeonRuntimeException | Something has gone wrong internally in TsurgeonAuthor:John BauerSee Also:Serialized Form | Class | edu.stanford.nlp.trees.tregex.tsurgeon | Stanford Parser |
| CreateSubtreeNode | Given the start and end children of a particular node, takes all children between start and end (including the endpoints) and | Class | edu.stanford.nlp.trees.tregex.tsurgeon | JavaNlp |
| DisplayMatchesPanel | Class for creating the panel which shows a graphical version of the tree (as in TreeJPanel) as well as the file name of the file from which the tree is from. | Class | edu.stanford.nlp.trees.tregex.gui | JavaNlp |
| FilePanel | Class representing the hierarchy of files in which trees may be searched and allowing users to select whether to search a particular file or not | Class | edu.stanford.nlp.trees.tregex.gui | JavaNlp |
| FileTreeModel | Component for managing the data for files containing trees. | Class | edu.stanford.nlp.trees.tregex.gui | JavaNlp |
| FileTreeNode | Represents a node in a JTree that holds a file and displays the short name of the file in the JTree. | Class | edu.stanford.nlp.trees.tregex.gui | JavaNlp |
| FileTreeNode .FileTreeNodeListener | Interface | edu.stanford.nlp.trees.tregex.gui.FileTreeNode | JavaNlp | |
| HighlightUtils | Class | edu.stanford.nlp.trees.tregex.gui | JavaNlp | |
| InputPanel | Class representing the panel that gets input from the user and does (in a thread-safe manner) the computation for finding tree matches and performing tsurgeon operations. | Class | edu.stanford.nlp.trees.tregex.gui | JavaNlp |
| InputPanel .HistoryEntry | Class | edu.stanford.nlp.trees.tregex.gui.InputPanel | JavaNlp | |
| InputPanel .TRegexGUITreeVisitor | Method for returning the number of matches found in the last tree visited by this tree visitor. | Class | edu.stanford.nlp.trees.tregex.gui.InputPanel | JavaNlp |
| JJTTsurgeonParserState | Class | edu.stanford.nlp.trees.tregex.tsurgeon | JavaNlp | |
| Macros | This defines how to use macros from a file in Tregex. | Class | edu.stanford.nlp.trees.tregex | JavaNlp |
| MatchesPanel | Component for displaying the list of trees that matchAuthor:Anna RaffertySee Also:Serialized Form | Class | edu.stanford.nlp.trees.tregex.gui | JavaNlp |
| MatchesPanel .MatchesPanelListener | Allows other panels to be updated about changes to the matches panel (better abstraction) | Interface | edu.stanford.nlp.trees.tregex.gui.MatchesPanel | JavaNlp |
| ParseException | This exception is thrown when parse errors are encountered. | Class | edu.stanford.nlp.trees.tregex | JavaNlp |
| ParseException | This exception is thrown when parse errors are encountered. | Class | edu.stanford.nlp.trees.tregex.tsurgeon | JavaNlp |
| Preferences | Manages storage and retrieval of application preferences. | Class | edu.stanford.nlp.trees.tregex.gui | JavaNlp |
| PreferencesPanel | Class for creating the preferences panel which holds user definable preferences (e. | Class | edu.stanford.nlp.trees.tregex.gui | JavaNlp |
| ScrollableTreeJPanel | Component for displaying a tree in a JPanel that works correctly withAuthor:Anna RaffertySee Also:Serialized Form | Class | edu.stanford.nlp.trees.tregex.gui | JavaNlp |
| Tdiff | Extracts the differences between the sets of constituents indicated by a pair of parse trees. | Class | edu.stanford.nlp.trees.tregex.gui | JavaNlp |
| TreeFromFile | Simple utility class for storing a tree as well as the sentence the tree represents and a label with the filename of the file that the tree was stored in. | Class | edu.stanford.nlp.trees.tregex.gui | JavaNlp |
| TregexGUI | Main class for creating a tregex gui. | Class | edu.stanford.nlp.trees.tregex.gui | JavaNlp |
| TregexGUI .FilterType | Returns the enum constant of this type with the specified name. | Class | edu.stanford.nlp.trees.tregex.gui.TregexGUI | JavaNlp |
| TregexGUI .TransferActionListener | Class | edu.stanford.nlp.trees.tregex.gui.TregexGUI | JavaNlp | |
| TregexMatcher | A TregexMatcher can be used to match a TregexPattern against a Tree. | Class | edu.stanford.nlp.trees.tregex | JavaNlp |
| TregexParseException | A runtime exception that indicates something went wrong parsing a tregex expression. | Class | edu.stanford.nlp.trees.tregex | JavaNlp |
| TregexPattern | A TregexPattern is a tgrep-type pattern for matching tree node configurations. | Class | edu.stanford.nlp.trees.tregex | JavaNlp |
| TregexPattern .TRegexTreeReaderFactory | Class | edu.stanford.nlp.trees.tregex.TregexPattern | JavaNlp | |
| TregexPatternCompiler | A class for compiling TregexPatterns with specific HeadFinders and or basicCategoryFunctions. | Class | edu.stanford.nlp.trees.tregex | JavaNlp |
| Tsurgeon | Tsurgeon provides a way of editing trees based on a set of operations that are applied to tree locations matching a tregex pattern. | Class | edu.stanford.nlp.trees.tregex.tsurgeon | JavaNlp |
| TsurgeonMatcher | An object factored out to keep the state of a Tsurgeon operation separate from the TsurgeonPattern objects. | Class | edu.stanford.nlp.trees.tregex.tsurgeon | JavaNlp |
| TsurgeonParseException | A runtime exception that indicates something went wrong parsing a Tsurgeon expression. | Class | edu.stanford.nlp.trees.tregex.tsurgeon | JavaNlp |
| TsurgeonParserTreeConstants | Interface | edu.stanford.nlp.trees.tregex.tsurgeon | JavaNlp | |
| TsurgeonPattern | An abstract class for patterns to manipulate Trees when successfully matched on with a TregexMatcher. | Class | edu.stanford.nlp.trees.tregex.tsurgeon | JavaNlp |
| TsurgeonRuntimeException | Something has gone wrong internally in TsurgeonAuthor:John BauerSee Also:Serialized Form | Class | edu.stanford.nlp.trees.tregex.tsurgeon | JavaNlp |