public class TreeVisitor extends Object
Constructor and Description |
---|
TreeVisitor() |
Modifier and Type | Method and Description |
---|---|
void |
visit(Tree node) |
void |
visitArrayAccessExpr(ArrayAccessExpr e) |
void |
visitBinaryExpr(BinaryExpr e) |
void |
visitBreakStmt(BreakStmt s) |
void |
visitCallExpr(CallExpr e) |
void |
visitCompoundStmt(CompoundStmt s) |
void |
visitContinueStmt(ContinueStmt s) |
void |
visitDeclStmt(DeclStmt s) |
void |
visitDiscardStmt(DiscardStmt s) |
void |
visitDoWhileStmt(DoWhileStmt s) |
void |
visitExprStmt(ExprStmt s) |
void |
visitFieldSelectExpr(FieldSelectExpr e) |
void |
visitForStmt(ForStmt s) |
void |
visitFuncDef(FuncDef d) |
void |
visitGlueBlock(GlueBlock b) |
void |
visitLiteralExpr(LiteralExpr e) |
void |
visitParenExpr(ParenExpr e) |
void |
visitProgramUnit(ProgramUnit p) |
void |
visitReturnStmt(ReturnStmt s) |
void |
visitSelectStmt(SelectStmt s) |
void |
visitUnaryExpr(UnaryExpr e) |
void |
visitVarDecl(VarDecl d) |
void |
visitVariableExpr(VariableExpr e) |
void |
visitVectorCtorExpr(VectorCtorExpr e) |
void |
visitWhileStmt(WhileStmt s) |
public final void visit(Tree node)
public void visitBinaryExpr(BinaryExpr e)
public void visitUnaryExpr(UnaryExpr e)
public void visitLiteralExpr(LiteralExpr e)
public void visitVariableExpr(VariableExpr e)
public void visitVectorCtorExpr(VectorCtorExpr e)
public void visitParenExpr(ParenExpr e)
public void visitFieldSelectExpr(FieldSelectExpr e)
public void visitArrayAccessExpr(ArrayAccessExpr e)
public void visitCallExpr(CallExpr e)
public void visitContinueStmt(ContinueStmt s)
public void visitBreakStmt(BreakStmt s)
public void visitDiscardStmt(DiscardStmt s)
public void visitReturnStmt(ReturnStmt s)
public void visitSelectStmt(SelectStmt s)
public void visitWhileStmt(WhileStmt s)
public void visitDoWhileStmt(DoWhileStmt s)
public void visitForStmt(ForStmt s)
public void visitExprStmt(ExprStmt s)
public void visitDeclStmt(DeclStmt s)
public void visitCompoundStmt(CompoundStmt s)
public void visitFuncDef(FuncDef d)
public void visitVarDecl(VarDecl d)
public void visitGlueBlock(GlueBlock b)
public void visitProgramUnit(ProgramUnit p)
Copyright © 2020. All rights reserved.