php5 syntax

This commit is contained in:
z7zmey
2018-01-29 21:12:12 +02:00
parent af9a7e54ed
commit 39913bd6d1
4 changed files with 2293 additions and 1997 deletions

View File

@@ -22,6 +22,11 @@ func (n *Variable) Attributes() map[string]interface{} {
return nil
}
// SetVarName reset var name
func (n *Variable) SetVarName(VarName node.Node) {
n.VarName = VarName
}
// Walk traverses nodes
// Walk is invoked recursively until v.EnterNode returns true
func (n *Variable) Walk(v walker.Visitor) {