메소드 |
설명 |
|
__construct ( ast\Node $node ) |
|
|
acceptAnyFlagVisitor ( Phan\AST\Visitor\FlagVisitor $visitor ) |
Accepts a visitor that differentiates on the flag value
of the AST node. |
|
acceptAssignFlagVisitor ( Phan\AST\Visitor\FlagVisitor $visitor ) |
Accepts a visitor that differentiates on the flag value
of the AST node. |
|
acceptBinaryFlagVisitor ( Phan\AST\Visitor\FlagVisitor $visitor ) |
Accepts a visitor that differentiates on the flag value
of the AST node. |
|
acceptClassFlagVisitor ( Phan\AST\Visitor\FlagVisitor $visitor ) |
Accepts a visitor that differentiates on the flag value
of the AST node. |
|
acceptExecFlagVisitor ( Phan\AST\Visitor\FlagVisitor $visitor ) |
Accepts a visitor that differentiates on the flag value
of the AST node. |
|
acceptKindVisitor ( Phan\AST\Visitor\KindVisitor $visitor ) |
Accepts a visitor that differentiates on the kind value
of the AST node. |
|
acceptMagicFlagVisitor ( Phan\AST\Visitor\FlagVisitor $visitor ) |
Accepts a visitor that differentiates on the flag value
of the AST node. |
|
acceptModifierFlagVisitor ( Phan\AST\Visitor\FlagVisitor $visitor ) |
Accepts a visitor that differentiates on the flag value
of the AST node. |
|
acceptNameFlagVisitor ( Phan\AST\Visitor\FlagVisitor $visitor ) |
Accepts a visitor that differentiates on the flag value
of the AST node. |
|
acceptParamFlagVisitor ( Phan\AST\Visitor\FlagVisitor $visitor ) |
Accepts a visitor that differentiates on the flag value
of the AST node. |
|
acceptTypeFlagVisitor ( Phan\AST\Visitor\FlagVisitor $visitor ) |
Accepts a visitor that differentiates on the flag value
of the AST node. |
|
acceptUnaryFlagVisitor ( Phan\AST\Visitor\FlagVisitor $visitor ) |
Accepts a visitor that differentiates on the flag value
of the AST node. |
|
acceptUseFlagVisitor ( Phan\AST\Visitor\FlagVisitor $visitor ) |
Accepts a visitor that differentiates on the flag value
of the AST node. |
|