Uses of Interface
org.sonar.plugins.php.api.tree.ScriptTree
-
Packages that use ScriptTree Package Description org.sonar.php.metrics org.sonar.php.parser org.sonar.php.tree.impl org.sonar.plugins.php.api.tree org.sonar.plugins.php.api.visitors -
-
Uses of ScriptTree in org.sonar.php.metrics
Methods in org.sonar.php.metrics with parameters of type ScriptTree Modifier and Type Method Description void
CpdVisitor. visitScript(ScriptTree tree)
void
LineVisitor. visitScript(ScriptTree tree)
-
Uses of ScriptTree in org.sonar.php.parser
Methods in org.sonar.php.parser that return ScriptTree Modifier and Type Method Description ScriptTree
TreeFactory. script(InternalSyntaxToken anythingButOpeningTagToken)
ScriptTree
TreeFactory. script(InternalSyntaxToken fileOpeningTagToken, com.sonar.sslr.api.typed.Optional<List<StatementTree>> statements)
ScriptTree
PHPGrammar. SCRIPT()
Method parameters in org.sonar.php.parser with type arguments of type ScriptTree Modifier and Type Method Description CompilationUnitTree
TreeFactory. compilationUnit(com.sonar.sslr.api.typed.Optional<ScriptTree> script, com.sonar.sslr.api.typed.Optional<InternalSyntaxToken> spacing, InternalSyntaxToken eofToken)
-
Uses of ScriptTree in org.sonar.php.tree.impl
Classes in org.sonar.php.tree.impl that implement ScriptTree Modifier and Type Class Description class
ScriptTreeImpl
Methods in org.sonar.php.tree.impl that return ScriptTree Modifier and Type Method Description ScriptTree
CompilationUnitTreeImpl. script()
Constructors in org.sonar.php.tree.impl with parameters of type ScriptTree Constructor Description CompilationUnitTreeImpl(ScriptTree script, InternalSyntaxToken eofToken)
-
Uses of ScriptTree in org.sonar.plugins.php.api.tree
Methods in org.sonar.plugins.php.api.tree that return ScriptTree Modifier and Type Method Description ScriptTree
CompilationUnitTree. script()
-
Uses of ScriptTree in org.sonar.plugins.php.api.visitors
Methods in org.sonar.plugins.php.api.visitors with parameters of type ScriptTree Modifier and Type Method Description void
PHPVisitorCheck. visitScript(ScriptTree tree)
void
VisitorCheck. visitScript(ScriptTree tree)
-