Package org.sonar.plugins.php.api.tree
Interface ScriptTree
-
- All Superinterfaces:
Tree
- All Known Implementing Classes:
ScriptTreeImpl
public interface ScriptTree extends Tree
PHP Script<?php
statements()
<?=statements()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SyntaxToken
fileOpeningTagToken()
List<StatementTree>
statements()
-
-
-
Method Detail
-
fileOpeningTagToken
SyntaxToken fileOpeningTagToken()
-
statements
List<StatementTree> statements()
-
-