function enterPlaceholderValue(PlaceholderValue $node)
 {
     $parent = $node->getParent();
     if (!$parent instanceof SnipCaller) {
         throw new SyntaxErrorException('placeholdervalue must as child of SnipCaller');
     }
 }