Package org.sonar.plugins.php.api.tree
Interface ScriptTree
- All Superinterfaces:
Tree
- All Known Implementing Classes:
ScriptTreeImpl
PHP Script
<?phpstatements()
<?=statements()
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
fileOpeningTagToken
SyntaxToken fileOpeningTagToken() -
statements
List<StatementTree> statements()
-