Class HeredocStringLiteralTreeImpl.HeredocBody
- java.lang.Object
-
- org.sonar.php.tree.impl.PHPTree
-
- org.sonar.php.tree.impl.expression.HeredocStringLiteralTreeImpl.HeredocBody
-
- All Implemented Interfaces:
Tree
- Enclosing class:
- HeredocStringLiteralTreeImpl
public static class HeredocStringLiteralTreeImpl.HeredocBody extends PHPTree
-
-
Constructor Summary
Constructors Constructor Description HeredocBody(List<ExpressionTree> expressions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(VisitorCheck visitor)Iterator<Tree>childrenIterator()Creates iterator for children of this node.List<ExpressionTree>expressions()Tree.KindgetKind()-
Methods inherited from class org.sonar.php.tree.impl.PHPTree
getFirstToken, getLastToken, getLine, getParent, is, isLeaf, setParent, toString
-
-
-
-
Constructor Detail
-
HeredocBody
public HeredocBody(List<ExpressionTree> expressions)
-
-
Method Detail
-
getKind
public Tree.Kind getKind()
-
expressions
public List<ExpressionTree> expressions()
-
childrenIterator
public Iterator<Tree> childrenIterator()
Description copied from class:PHPTreeCreates iterator for children of this node. Note that iterator may containnullelements.- Specified by:
childrenIteratorin classPHPTree
-
accept
public void accept(VisitorCheck visitor)
-
-