commit
e38db94f54
@ -7,7 +7,7 @@ import (
|
|||||||
|
|
||||||
// New node
|
// New node
|
||||||
type New struct {
|
type New struct {
|
||||||
Class node.Node
|
Class node.Node
|
||||||
ArgumentList *node.ArgumentList
|
ArgumentList *node.ArgumentList
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -7,8 +7,8 @@ import (
|
|||||||
|
|
||||||
// StaticCall node
|
// StaticCall node
|
||||||
type StaticCall struct {
|
type StaticCall struct {
|
||||||
Class node.Node
|
Class node.Node
|
||||||
Call node.Node
|
Call node.Node
|
||||||
ArgumentList *node.ArgumentList
|
ArgumentList *node.ArgumentList
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ import (
|
|||||||
|
|
||||||
// Switch node
|
// Switch node
|
||||||
type Switch struct {
|
type Switch struct {
|
||||||
Cond node.Node
|
Cond node.Node
|
||||||
CaseList *CaseList
|
CaseList *CaseList
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -347,7 +347,6 @@ const yyErrCode = 2
|
|||||||
const yyInitialStackSize = 16
|
const yyInitialStackSize = 16
|
||||||
|
|
||||||
//line php5/php5.y:6782
|
//line php5/php5.y:6782
|
||||||
|
|
||||||
type simpleIndirectReference struct {
|
type simpleIndirectReference struct {
|
||||||
all []*expr.Variable
|
all []*expr.Variable
|
||||||
last *expr.Variable
|
last *expr.Variable
|
||||||
|
Loading…
Reference in New Issue
Block a user