public class UnwrapVisitor
extends polyglot.visit.NodeVisitor
UnwrapVisitor rewrites the AST to remove any Wrapped
nodes resulting from the parser.
A visitor which tries to unwrap every Wrapper object in
the node it visits.| Constructor and Description |
|---|
UnwrapVisitor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isError() |
polyglot.ast.Node |
override(polyglot.ast.Node n) |