Uses of Class
org.sonar.php.tree.impl.expression.HeredocStringLiteralTreeImpl.HeredocBody
-
Packages that use HeredocStringLiteralTreeImpl.HeredocBody Package Description org.sonar.php.parser -
-
Uses of HeredocStringLiteralTreeImpl.HeredocBody in org.sonar.php.parser
Methods in org.sonar.php.parser that return HeredocStringLiteralTreeImpl.HeredocBody Modifier and Type Method Description HeredocStringLiteralTreeImpl.HeredocBodyPHPGrammar. HEREDOC_BODY()HeredocStringLiteralTreeImpl.HeredocBodyTreeFactory. heredocBodyTree(List<ExpressionTree> expressions)
-