| |
|
| java.lang.Object xtc.tree.Visitor xtc.tree.ParseTreeStripper
ParseTreeStripper | public class ParseTreeStripper extends Visitor (Code) | | Visitor to strip parse trees. This visitor eliminates any
formatting and tokens, replacing the former with the annotated node
and the latter with the text.
author: Robert Grimm version: $Revision: 1.2 $ |
ParseTreeStripper | public ParseTreeStripper()(Code) | | Create a new parse tree stripper.
|
|
|
|