Class UTemplater

java.lang.Object
com.sun.source.util.SimpleTreeVisitor<Tree,Void>
com.google.errorprone.refaster.UTemplater
All Implemented Interfaces:
TreeVisitor<Tree,Void>

public class UTemplater extends SimpleTreeVisitor<Tree,Void>
Converts a type-checked syntax tree to a portable UTree template.
Author:
lowasser@google.com (Louis Wasserman)