public class ParseTreeStripper extends Visitor
| Constructor and Description |
|---|
ParseTreeStripper()
Create a new parse tree stripper.
|
| Modifier and Type | Method and Description |
|---|---|
Annotation |
visit(Annotation n)
Visit the specified annotation.
|
java.lang.Object |
visit(Formatting f)
Visit the specified formatting.
|
GNode |
visit(GNode n)
Visit the specified generic node.
|
java.lang.String |
visit(Token t)
Visit the specified token.
|
dispatch, equals, hashCode, iterate, map, mapInPlace, unableToVisitpublic Annotation visit(Annotation n)
public java.lang.Object visit(Formatting f)
public java.lang.String visit(Token t)
Copyright © 2014. All Rights Reserved.