remove Attribute SetAttributes methods

This commit is contained in:
z7zmey 2018-01-04 22:09:48 +02:00
parent dc8808a7d6
commit 02807502d3
149 changed files with 35 additions and 1365 deletions

View File

@ -22,15 +22,6 @@ func (n Array) Attributes() map[string]interface{} {
return n.attributes
}
func (n Array) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n Array) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n Array) Position() *node.Position {
return n.position
}

View File

@ -24,15 +24,6 @@ func (n ArrayDimFetch) Attributes() map[string]interface{} {
return n.attributes
}
func (n ArrayDimFetch) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n ArrayDimFetch) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n ArrayDimFetch) Position() *node.Position {
return n.position
}

View File

@ -26,15 +26,6 @@ func (n ArrayItem) Attributes() map[string]interface{} {
return n.attributes
}
func (n ArrayItem) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n ArrayItem) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n ArrayItem) Position() *node.Position {
return n.position
}

View File

@ -23,15 +23,6 @@ func (n Assign) Attributes() map[string]interface{} {
return n.attributes
}
func (n Assign) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n Assign) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n Assign) Position() *node.Position {
return n.position
}

View File

@ -23,15 +23,6 @@ func (n AssignRef) Attributes() map[string]interface{} {
return n.attributes
}
func (n AssignRef) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n AssignRef) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n AssignRef) Position() *node.Position {
return n.position
}

View File

@ -23,15 +23,6 @@ func (n BitwiseAnd) Attributes() map[string]interface{} {
return n.attributes
}
func (n BitwiseAnd) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n BitwiseAnd) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n BitwiseAnd) Position() *node.Position {
return n.position
}

View File

@ -23,15 +23,6 @@ func (n BitwiseOr) Attributes() map[string]interface{} {
return n.attributes
}
func (n BitwiseOr) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n BitwiseOr) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n BitwiseOr) Position() *node.Position {
return n.position
}

View File

@ -23,15 +23,6 @@ func (n BitwiseXor) Attributes() map[string]interface{} {
return n.attributes
}
func (n BitwiseXor) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n BitwiseXor) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n BitwiseXor) Position() *node.Position {
return n.position
}

View File

@ -23,15 +23,6 @@ func (n Concat) Attributes() map[string]interface{} {
return n.attributes
}
func (n Concat) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n Concat) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n Concat) Position() *node.Position {
return n.position
}

View File

@ -23,15 +23,6 @@ func (n Div) Attributes() map[string]interface{} {
return n.attributes
}
func (n Div) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n Div) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n Div) Position() *node.Position {
return n.position
}

View File

@ -23,15 +23,6 @@ func (n Minus) Attributes() map[string]interface{} {
return n.attributes
}
func (n Minus) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n Minus) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n Minus) Position() *node.Position {
return n.position
}

View File

@ -23,15 +23,6 @@ func (n Mod) Attributes() map[string]interface{} {
return n.attributes
}
func (n Mod) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n Mod) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n Mod) Position() *node.Position {
return n.position
}

View File

@ -23,15 +23,6 @@ func (n Mul) Attributes() map[string]interface{} {
return n.attributes
}
func (n Mul) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n Mul) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n Mul) Position() *node.Position {
return n.position
}

View File

@ -23,15 +23,6 @@ func (n Plus) Attributes() map[string]interface{} {
return n.attributes
}
func (n Plus) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n Plus) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n Plus) Position() *node.Position {
return n.position
}

View File

@ -23,15 +23,6 @@ func (n Pow) Attributes() map[string]interface{} {
return n.attributes
}
func (n Pow) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n Pow) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n Pow) Position() *node.Position {
return n.position
}

View File

@ -23,15 +23,6 @@ func (n ShiftLeft) Attributes() map[string]interface{} {
return n.attributes
}
func (n ShiftLeft) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n ShiftLeft) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n ShiftLeft) Position() *node.Position {
return n.position
}

View File

@ -23,15 +23,6 @@ func (n ShiftRight) Attributes() map[string]interface{} {
return n.attributes
}
func (n ShiftRight) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n ShiftRight) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n ShiftRight) Position() *node.Position {
return n.position
}

View File

@ -23,15 +23,6 @@ func (n BitwiseAnd) Attributes() map[string]interface{} {
return n.attributes
}
func (n BitwiseAnd) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n BitwiseAnd) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n BitwiseAnd) Position() *node.Position {
return n.position
}

View File

@ -23,15 +23,6 @@ func (n BitwiseOr) Attributes() map[string]interface{} {
return n.attributes
}
func (n BitwiseOr) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n BitwiseOr) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n BitwiseOr) Position() *node.Position {
return n.position
}

View File

@ -23,15 +23,6 @@ func (n BitwiseXor) Attributes() map[string]interface{} {
return n.attributes
}
func (n BitwiseXor) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n BitwiseXor) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n BitwiseXor) Position() *node.Position {
return n.position
}

View File

@ -23,15 +23,6 @@ func (n BooleanAnd) Attributes() map[string]interface{} {
return n.attributes
}
func (n BooleanAnd) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n BooleanAnd) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n BooleanAnd) Position() *node.Position {
return n.position
}

View File

@ -23,15 +23,6 @@ func (n BooleanOr) Attributes() map[string]interface{} {
return n.attributes
}
func (n BooleanOr) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n BooleanOr) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n BooleanOr) Position() *node.Position {
return n.position
}

View File

@ -23,15 +23,6 @@ func (n Coalesce) Attributes() map[string]interface{} {
return n.attributes
}
func (n Coalesce) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n Coalesce) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n Coalesce) Position() *node.Position {
return n.position
}

View File

@ -23,15 +23,6 @@ func (n Concat) Attributes() map[string]interface{} {
return n.attributes
}
func (n Concat) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n Concat) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n Concat) Position() *node.Position {
return n.position
}

View File

@ -23,15 +23,6 @@ func (n Div) Attributes() map[string]interface{} {
return n.attributes
}
func (n Div) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n Div) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n Div) Position() *node.Position {
return n.position
}

View File

@ -23,15 +23,6 @@ func (n Equal) Attributes() map[string]interface{} {
return n.attributes
}
func (n Equal) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n Equal) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n Equal) Position() *node.Position {
return n.position
}

View File

@ -23,15 +23,6 @@ func (n Greater) Attributes() map[string]interface{} {
return n.attributes
}
func (n Greater) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n Greater) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n Greater) Position() *node.Position {
return n.position
}

View File

@ -23,15 +23,6 @@ func (n GreaterOrEqual) Attributes() map[string]interface{} {
return n.attributes
}
func (n GreaterOrEqual) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n GreaterOrEqual) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n GreaterOrEqual) Position() *node.Position {
return n.position
}

View File

@ -23,15 +23,6 @@ func (n Identical) Attributes() map[string]interface{} {
return n.attributes
}
func (n Identical) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n Identical) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n Identical) Position() *node.Position {
return n.position
}

View File

@ -23,15 +23,6 @@ func (n LogicalAnd) Attributes() map[string]interface{} {
return n.attributes
}
func (n LogicalAnd) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n LogicalAnd) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n LogicalAnd) Position() *node.Position {
return n.position
}

View File

@ -23,15 +23,6 @@ func (n LogicalOr) Attributes() map[string]interface{} {
return n.attributes
}
func (n LogicalOr) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n LogicalOr) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n LogicalOr) Position() *node.Position {
return n.position
}

View File

@ -23,15 +23,6 @@ func (n LogicalXor) Attributes() map[string]interface{} {
return n.attributes
}
func (n LogicalXor) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n LogicalXor) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n LogicalXor) Position() *node.Position {
return n.position
}

View File

@ -23,15 +23,6 @@ func (n Minus) Attributes() map[string]interface{} {
return n.attributes
}
func (n Minus) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n Minus) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n Minus) Position() *node.Position {
return n.position
}

View File

@ -23,15 +23,6 @@ func (n Mod) Attributes() map[string]interface{} {
return n.attributes
}
func (n Mod) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n Mod) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n Mod) Position() *node.Position {
return n.position
}

View File

@ -23,15 +23,6 @@ func (n Mul) Attributes() map[string]interface{} {
return n.attributes
}
func (n Mul) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n Mul) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n Mul) Position() *node.Position {
return n.position
}

View File

@ -23,15 +23,6 @@ func (n NotEqual) Attributes() map[string]interface{} {
return n.attributes
}
func (n NotEqual) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n NotEqual) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n NotEqual) Position() *node.Position {
return n.position
}

View File

@ -23,15 +23,6 @@ func (n NotIdentical) Attributes() map[string]interface{} {
return n.attributes
}
func (n NotIdentical) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n NotIdentical) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n NotIdentical) Position() *node.Position {
return n.position
}

View File

@ -23,15 +23,6 @@ func (n Plus) Attributes() map[string]interface{} {
return n.attributes
}
func (n Plus) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n Plus) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n Plus) Position() *node.Position {
return n.position
}

View File

@ -23,15 +23,6 @@ func (n Pow) Attributes() map[string]interface{} {
return n.attributes
}
func (n Pow) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n Pow) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n Pow) Position() *node.Position {
return n.position
}

View File

@ -23,15 +23,6 @@ func (n ShiftLeft) Attributes() map[string]interface{} {
return n.attributes
}
func (n ShiftLeft) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n ShiftLeft) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n ShiftLeft) Position() *node.Position {
return n.position
}

View File

@ -23,15 +23,6 @@ func (n ShiftRight) Attributes() map[string]interface{} {
return n.attributes
}
func (n ShiftRight) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n ShiftRight) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n ShiftRight) Position() *node.Position {
return n.position
}

View File

@ -23,15 +23,6 @@ func (n Smaller) Attributes() map[string]interface{} {
return n.attributes
}
func (n Smaller) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n Smaller) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n Smaller) Position() *node.Position {
return n.position
}

View File

@ -23,15 +23,6 @@ func (n SmallerOrEqual) Attributes() map[string]interface{} {
return n.attributes
}
func (n SmallerOrEqual) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n SmallerOrEqual) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n SmallerOrEqual) Position() *node.Position {
return n.position
}

View File

@ -23,15 +23,6 @@ func (n Spaceship) Attributes() map[string]interface{} {
return n.attributes
}
func (n Spaceship) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n Spaceship) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n Spaceship) Position() *node.Position {
return n.position
}

View File

@ -22,15 +22,6 @@ func (n BitwiseNot) Attributes() map[string]interface{} {
return n.attributes
}
func (n BitwiseNot) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n BitwiseNot) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n BitwiseNot) Position() *node.Position {
return n.position
}

View File

@ -22,15 +22,6 @@ func (n BooleanNot) Attributes() map[string]interface{} {
return n.attributes
}
func (n BooleanNot) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n BooleanNot) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n BooleanNot) Position() *node.Position {
return n.position
}

View File

@ -22,15 +22,6 @@ func (n CastArray) Attributes() map[string]interface{} {
return n.attributes
}
func (n CastArray) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n CastArray) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n CastArray) Position() *node.Position {
return n.position
}

View File

@ -22,15 +22,6 @@ func (n CastBool) Attributes() map[string]interface{} {
return n.attributes
}
func (n CastBool) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n CastBool) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n CastBool) Position() *node.Position {
return n.position
}

View File

@ -22,15 +22,6 @@ func (n CastDouble) Attributes() map[string]interface{} {
return n.attributes
}
func (n CastDouble) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n CastDouble) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n CastDouble) Position() *node.Position {
return n.position
}

View File

@ -22,15 +22,6 @@ func (n CastInt) Attributes() map[string]interface{} {
return n.attributes
}
func (n CastInt) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n CastInt) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n CastInt) Position() *node.Position {
return n.position
}

View File

@ -22,15 +22,6 @@ func (n CastObject) Attributes() map[string]interface{} {
return n.attributes
}
func (n CastObject) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n CastObject) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n CastObject) Position() *node.Position {
return n.position
}

View File

@ -22,15 +22,6 @@ func (n CastString) Attributes() map[string]interface{} {
return n.attributes
}
func (n CastString) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n CastString) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n CastString) Position() *node.Position {
return n.position
}

View File

@ -22,15 +22,6 @@ func (n CastUnset) Attributes() map[string]interface{} {
return n.attributes
}
func (n CastUnset) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n CastUnset) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n CastUnset) Position() *node.Position {
return n.position
}

View File

@ -24,15 +24,6 @@ func (n ClassConstFetch) Attributes() map[string]interface{} {
return n.attributes
}
func (n ClassConstFetch) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n ClassConstFetch) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n ClassConstFetch) Position() *node.Position {
return n.position
}

View File

@ -22,15 +22,6 @@ func (n Clone) Attributes() map[string]interface{} {
return n.attributes
}
func (n Clone) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n Clone) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n Clone) Position() *node.Position {
return n.position
}

View File

@ -32,15 +32,6 @@ func (n Closure) Attributes() map[string]interface{} {
return n.attributes
}
func (n Closure) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n Closure) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n Closure) Position() *node.Position {
return n.position
}

View File

@ -24,15 +24,6 @@ func (n ClusureUse) Attributes() map[string]interface{} {
return n.attributes
}
func (n ClusureUse) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n ClusureUse) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n ClusureUse) Position() *node.Position {
return n.position
}

View File

@ -22,15 +22,6 @@ func (n ConstFetch) Attributes() map[string]interface{} {
return n.attributes
}
func (n ConstFetch) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n ConstFetch) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n ConstFetch) Position() *node.Position {
return n.position
}

View File

@ -22,15 +22,6 @@ func (n Empty) Attributes() map[string]interface{} {
return n.attributes
}
func (n Empty) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n Empty) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n Empty) Position() *node.Position {
return n.position
}

View File

@ -22,15 +22,6 @@ func (n ErrorSuppress) Attributes() map[string]interface{} {
return n.attributes
}
func (n ErrorSuppress) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n ErrorSuppress) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n ErrorSuppress) Position() *node.Position {
return n.position
}

View File

@ -22,15 +22,6 @@ func (n Eval) Attributes() map[string]interface{} {
return n.attributes
}
func (n Eval) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n Eval) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n Eval) Position() *node.Position {
return n.position
}

View File

@ -24,15 +24,6 @@ func (n Exit) Attributes() map[string]interface{} {
return n.attributes
}
func (n Exit) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n Exit) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n Exit) Position() *node.Position {
return n.position
}

View File

@ -24,15 +24,6 @@ func (n FunctionCall) Attributes() map[string]interface{} {
return n.attributes
}
func (n FunctionCall) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n FunctionCall) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n FunctionCall) Position() *node.Position {
return n.position
}

View File

@ -22,15 +22,6 @@ func (n Include) Attributes() map[string]interface{} {
return n.attributes
}
func (n Include) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n Include) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n Include) Position() *node.Position {
return n.position
}

View File

@ -22,15 +22,6 @@ func (n IncludeOnce) Attributes() map[string]interface{} {
return n.attributes
}
func (n IncludeOnce) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n IncludeOnce) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n IncludeOnce) Position() *node.Position {
return n.position
}

View File

@ -24,15 +24,6 @@ func (n InstanceOf) Attributes() map[string]interface{} {
return n.attributes
}
func (n InstanceOf) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n InstanceOf) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n InstanceOf) Position() *node.Position {
return n.position
}

View File

@ -22,15 +22,6 @@ func (n Isset) Attributes() map[string]interface{} {
return n.attributes
}
func (n Isset) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n Isset) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n Isset) Position() *node.Position {
return n.position
}

View File

@ -22,15 +22,6 @@ func (n List) Attributes() map[string]interface{} {
return n.attributes
}
func (n List) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n List) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n List) Position() *node.Position {
return n.position
}

View File

@ -26,15 +26,6 @@ func (n MethodCall) Attributes() map[string]interface{} {
return n.attributes
}
func (n MethodCall) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n MethodCall) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n MethodCall) Position() *node.Position {
return n.position
}

View File

@ -24,15 +24,6 @@ func (n New) Attributes() map[string]interface{} {
return n.attributes
}
func (n New) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n New) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n New) Position() *node.Position {
return n.position
}

View File

@ -22,15 +22,6 @@ func (n PostDec) Attributes() map[string]interface{} {
return n.attributes
}
func (n PostDec) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n PostDec) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n PostDec) Position() *node.Position {
return n.position
}

View File

@ -22,15 +22,6 @@ func (n PostInc) Attributes() map[string]interface{} {
return n.attributes
}
func (n PostInc) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n PostInc) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n PostInc) Position() *node.Position {
return n.position
}

View File

@ -22,15 +22,6 @@ func (n PreDec) Attributes() map[string]interface{} {
return n.attributes
}
func (n PreDec) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n PreDec) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n PreDec) Position() *node.Position {
return n.position
}

View File

@ -22,15 +22,6 @@ func (n PreInc) Attributes() map[string]interface{} {
return n.attributes
}
func (n PreInc) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n PreInc) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n PreInc) Position() *node.Position {
return n.position
}

View File

@ -22,15 +22,6 @@ func (n Print) Attributes() map[string]interface{} {
return n.attributes
}
func (n Print) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n Print) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n Print) Position() *node.Position {
return n.position
}

View File

@ -24,15 +24,6 @@ func (n PropertyFetch) Attributes() map[string]interface{} {
return n.attributes
}
func (n PropertyFetch) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n PropertyFetch) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n PropertyFetch) Position() *node.Position {
return n.position
}

View File

@ -22,15 +22,6 @@ func (n Require) Attributes() map[string]interface{} {
return n.attributes
}
func (n Require) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n Require) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n Require) Position() *node.Position {
return n.position
}

View File

@ -22,15 +22,6 @@ func (n RequireOnce) Attributes() map[string]interface{} {
return n.attributes
}
func (n RequireOnce) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n RequireOnce) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n RequireOnce) Position() *node.Position {
return n.position
}

View File

@ -22,15 +22,6 @@ func (n ShellExec) Attributes() map[string]interface{} {
return n.attributes
}
func (n ShellExec) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n ShellExec) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n ShellExec) Position() *node.Position {
return n.position
}

View File

@ -22,15 +22,6 @@ func (n ShortArray) Attributes() map[string]interface{} {
return n.attributes
}
func (n ShortArray) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n ShortArray) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n ShortArray) Position() *node.Position {
return n.position
}

View File

@ -22,15 +22,6 @@ func (n ShortList) Attributes() map[string]interface{} {
return n.attributes
}
func (n ShortList) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n ShortList) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n ShortList) Position() *node.Position {
return n.position
}

View File

@ -26,15 +26,6 @@ func (n StaticCall) Attributes() map[string]interface{} {
return n.attributes
}
func (n StaticCall) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n StaticCall) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n StaticCall) Position() *node.Position {
return n.position
}

View File

@ -24,15 +24,6 @@ func (n StaticPropertyFetch) Attributes() map[string]interface{} {
return n.attributes
}
func (n StaticPropertyFetch) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n StaticPropertyFetch) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n StaticPropertyFetch) Position() *node.Position {
return n.position
}

View File

@ -26,15 +26,6 @@ func (n Ternary) Attributes() map[string]interface{} {
return n.attributes
}
func (n Ternary) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n Ternary) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n Ternary) Position() *node.Position {
return n.position
}

View File

@ -22,15 +22,6 @@ func (n UnaryMinus) Attributes() map[string]interface{} {
return n.attributes
}
func (n UnaryMinus) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n UnaryMinus) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n UnaryMinus) Position() *node.Position {
return n.position
}

View File

@ -22,15 +22,6 @@ func (n UnaryPlus) Attributes() map[string]interface{} {
return n.attributes
}
func (n UnaryPlus) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n UnaryPlus) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n UnaryPlus) Position() *node.Position {
return n.position
}

View File

@ -22,15 +22,6 @@ func (n Variable) Attributes() map[string]interface{} {
return n.attributes
}
func (n Variable) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n Variable) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n Variable) Position() *node.Position {
return n.position
}

View File

@ -24,15 +24,6 @@ func (n Yield) Attributes() map[string]interface{} {
return n.attributes
}
func (n Yield) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n Yield) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n Yield) Position() *node.Position {
return n.position
}

View File

@ -22,15 +22,6 @@ func (n YieldFrom) Attributes() map[string]interface{} {
return n.attributes
}
func (n YieldFrom) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n YieldFrom) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n YieldFrom) Position() *node.Position {
return n.position
}

View File

@ -22,15 +22,6 @@ func (n Name) Attributes() map[string]interface{} {
return n.attributes
}
func (n Name) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n Name) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n Name) Position() *node.Position {
return n.position
}

View File

@ -22,15 +22,6 @@ func (n NamePart) Attributes() map[string]interface{} {
return n.attributes
}
func (n NamePart) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n NamePart) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n NamePart) Position() *node.Position {
return n.position
}

View File

@ -1,15 +1,9 @@
package node
type Node interface {
Attributer
Positioner
Walk(v Visitor)
}
type Attributer interface {
Attributes() map[string]interface{}
Attribute(key string) interface{}
SetAttribute(key string, value interface{}) Node
Walk(v Visitor)
}
type Positioner interface {

View File

@ -22,15 +22,6 @@ func (n Dnumber) Attributes() map[string]interface{} {
return n.attributes
}
func (n Dnumber) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n Dnumber) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n Dnumber) Position() *node.Position {
return n.position
}

View File

@ -22,15 +22,6 @@ func (n Encapsed) Attributes() map[string]interface{} {
return n.attributes
}
func (n Encapsed) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n Encapsed) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n Encapsed) Position() *node.Position {
return n.position
}

View File

@ -22,15 +22,6 @@ func (n EncapsedStringPart) Attributes() map[string]interface{} {
return n.attributes
}
func (n EncapsedStringPart) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n EncapsedStringPart) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n EncapsedStringPart) Position() *node.Position {
return n.position
}

View File

@ -22,15 +22,6 @@ func (n Lnumber) Attributes() map[string]interface{} {
return n.attributes
}
func (n Lnumber) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n Lnumber) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n Lnumber) Position() *node.Position {
return n.position
}

View File

@ -22,15 +22,6 @@ func (n MagicConstant) Attributes() map[string]interface{} {
return n.attributes
}
func (n MagicConstant) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n MagicConstant) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n MagicConstant) Position() *node.Position {
return n.position
}

View File

@ -22,15 +22,6 @@ func (n String) Attributes() map[string]interface{} {
return n.attributes
}
func (n String) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n String) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n String) Position() *node.Position {
return n.position
}

View File

@ -22,15 +22,6 @@ func (n AltElse) Attributes() map[string]interface{} {
return n.attributes
}
func (n AltElse) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n AltElse) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n AltElse) Position() *node.Position {
return n.position
}

View File

@ -24,15 +24,6 @@ func (n AltElseIf) Attributes() map[string]interface{} {
return n.attributes
}
func (n AltElseIf) Attribute(key string) interface{} {
return n.attributes[key]
}
func (n AltElseIf) SetAttribute(key string, value interface{}) node.Node {
n.attributes[key] = value
return n
}
func (n AltElseIf) Position() *node.Position {
return n.position
}

Some files were not shown because too many files have changed in this diff Show More