Class InlineHTMLTreeImpl
- java.lang.Object
-
- org.sonar.php.tree.impl.PHPTree
-
- org.sonar.php.tree.impl.statement.InlineHTMLTreeImpl
-
- All Implemented Interfaces:
InlineHTMLTree,StatementTree,Tree
public class InlineHTMLTreeImpl extends PHPTree implements InlineHTMLTree
-
-
Constructor Summary
Constructors Constructor Description InlineHTMLTreeImpl(InternalSyntaxToken inlineHTMLToken)
-
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.Tree.KindgetKind()SyntaxTokeninlineHTMLToken()-
Methods inherited from class org.sonar.php.tree.impl.PHPTree
getFirstToken, getLastToken, getLine, getParent, is, isLeaf, setParent, toString
-
-
-
-
Constructor Detail
-
InlineHTMLTreeImpl
public InlineHTMLTreeImpl(InternalSyntaxToken inlineHTMLToken)
-
-
Method Detail
-
inlineHTMLToken
public SyntaxToken inlineHTMLToken()
- Specified by:
inlineHTMLTokenin interfaceInlineHTMLTree
-
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)
-
-