public class JoinPrelRenameVisitor extends BasePrelVisitor<Prel,Void,RuntimeException>
logger| Constructor and Description |
|---|
JoinPrelRenameVisitor() |
| Modifier and Type | Method and Description |
|---|---|
static Prel |
insertRenameProject(Prel prel) |
Prel |
visitJoin(JoinPrel prel,
Void value) |
Prel |
visitPrel(Prel prel,
Void value) |
visitExchange, visitProject, visitScan, visitScreen, visitWriterpublic Prel visitPrel(Prel prel, Void value) throws RuntimeException
visitPrel in interface PrelVisitor<Prel,Void,RuntimeException>visitPrel in class BasePrelVisitor<Prel,Void,RuntimeException>RuntimeExceptionpublic Prel visitJoin(JoinPrel prel, Void value) throws RuntimeException
visitJoin in interface PrelVisitor<Prel,Void,RuntimeException>visitJoin in class BasePrelVisitor<Prel,Void,RuntimeException>RuntimeExceptionCopyright © 2017 The Apache Software Foundation. All rights reserved.