Méthode | Description | |
---|---|---|
VisitArgument ( BoundArgument x ) : void | ||
VisitArray ( |
||
VisitArrayItem ( |
||
VisitAssign ( |
||
VisitBinaryExpression ( |
||
VisitCompoundAssign ( |
||
VisitConcat ( |
||
VisitConditional ( |
||
VisitEcho ( |
||
VisitEmptyStatement ( |
||
VisitExit ( |
||
VisitExpressionStatement ( |
||
VisitFieldRef ( |
||
VisitFunctionDeclaration ( |
||
VisitGlobalConstUse ( |
||
VisitGlobalFunctionCall ( |
||
VisitGlobalStatement ( |
||
VisitIncDec ( |
||
VisitInclude ( |
||
VisitInstanceFunctionCall ( |
||
VisitInstanceOf ( |
||
VisitIsEmpty ( |
||
VisitIsSet ( |
||
VisitList ( |
||
VisitLiteral ( |
||
VisitNew ( |
||
VisitPseudoConstUse ( |
||
VisitReturn ( |
||
VisitStaticFunctionCall ( |
||
VisitStaticStatement ( |
||
VisitThrow ( |
||
VisitTypeDeclaration ( |
||
VisitTypeRef ( |
||
VisitUnaryExpression ( |
||
VisitUnset ( |
||
VisitVariableRef ( |
Méthode | Description | |
---|---|---|
Accept ( IPhpOperation x ) : void |
Visits given operation.
|
|
VisitRoutineCall ( |
protected Accept ( IPhpOperation x ) : void | ||
x | IPhpOperation | |
Résultat | void |
public VisitArgument ( BoundArgument x ) : void | ||
x | BoundArgument | |
Résultat | void |
public VisitArray ( |
||
x | ||
Résultat | void |
public VisitArrayItem ( |
||
x | ||
Résultat | void |
public VisitAssign ( |
||
x | ||
Résultat | void |
public VisitBinaryExpression ( |
||
x | ||
Résultat | void |
public VisitCompoundAssign ( |
||
x | ||
Résultat | void |
public VisitConcat ( |
||
x | ||
Résultat | void |
public VisitConditional ( |
||
x | ||
Résultat | void |
public VisitEmptyStatement ( |
||
x | ||
Résultat | void |
public VisitExpressionStatement ( |
||
x | ||
Résultat | void |
public VisitFieldRef ( |
||
x | ||
Résultat | void |
public VisitFunctionDeclaration ( |
||
x | ||
Résultat | void |
public VisitGlobalConstUse ( |
||
x | ||
Résultat | void |
public VisitGlobalFunctionCall ( |
||
x | ||
Résultat | void |
public VisitGlobalStatement ( |
||
x | ||
Résultat | void |
public VisitIncDec ( |
||
x | ||
Résultat | void |
public VisitInclude ( |
||
x | ||
Résultat | void |
public VisitInstanceFunctionCall ( |
||
x | ||
Résultat | void |
public VisitInstanceOf ( |
||
x | ||
Résultat | void |
public VisitIsEmpty ( |
||
x | ||
Résultat | void |
public VisitIsSet ( |
||
x | ||
Résultat | void |
public VisitLiteral ( |
||
x | ||
Résultat | void |
public VisitPseudoConstUse ( |
||
x | ||
Résultat | void |
public VisitReturn ( |
||
x | ||
Résultat | void |
protected VisitRoutineCall ( |
||
x | ||
Résultat | void |
public VisitStaticFunctionCall ( |
||
x | ||
Résultat | void |
public VisitStaticStatement ( |
||
x | ||
Résultat | void |
public VisitThrow ( |
||
x | ||
Résultat | void |
public VisitTypeDeclaration ( |
||
x | ||
Résultat | void |
public VisitTypeRef ( |
||
x | ||
Résultat | void |
public VisitUnaryExpression ( |
||
x | ||
Résultat | void |
public VisitVariableRef ( |
||
x | ||
Résultat | void |