public class LogAstVisiter extends xyz.cofe.collection.BasicVisitor<AstNode>
| Constructor and Description |
|---|
LogAstVisiter() |
| Modifier and Type | Method and Description |
|---|---|
void |
begin(And and) |
void |
begin(Compare cnp) |
void |
begin(ConstBool bool) |
void |
begin(ConstNumber num) |
void |
begin(ConstString str) |
void |
begin(FieldRef fref) |
void |
begin(Not not) |
void |
begin(Or or) |
void |
end(And and) |
void |
end(Compare cmp) |
void |
end(ConstBool bool) |
void |
end(ConstNumber num) |
void |
end(ConstString str) |
void |
end(FieldRef fref) |
void |
end(Not not) |
void |
end(Or or) |
boolean |
enter(AstNode obj) |
void |
exit(AstNode obj) |
public void exit(AstNode obj)
public boolean enter(AstNode obj)
public void begin(And and)
public void end(And and)
public void begin(Or or)
public void end(Or or)
public void begin(Not not)
public void end(Not not)
public void begin(ConstNumber num)
public void end(ConstNumber num)
public void begin(ConstBool bool)
public void end(ConstBool bool)
public void begin(ConstString str)
public void end(ConstString str)
public void begin(FieldRef fref)
public void end(FieldRef fref)
public void begin(Compare cnp)
public void end(Compare cmp)
Copyright © 2017. All rights reserved.