Class ExpandableStringCharactersTreeImpl
- java.lang.Object
-
- org.sonar.php.tree.impl.PHPTree
-
- org.sonar.php.tree.impl.expression.ExpandableStringCharactersTreeImpl
-
- All Implemented Interfaces:
ExpandableStringCharactersTree
,ExpressionTree
,Tree
public class ExpandableStringCharactersTreeImpl extends PHPTree implements ExpandableStringCharactersTree
-
-
Constructor Summary
Constructors Constructor Description ExpandableStringCharactersTreeImpl(Tree.Kind kind, SyntaxToken token)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(VisitorCheck visitor)
Iterator<Tree>
childrenIterator()
Creates iterator for children of this node.Tree.Kind
getKind()
SyntaxToken
token()
String
value()
-
Methods inherited from class org.sonar.php.tree.impl.PHPTree
getFirstToken, getLastToken, getLine, getParent, is, isLeaf, setParent, toString
-
-
-
-
Constructor Detail
-
ExpandableStringCharactersTreeImpl
public ExpandableStringCharactersTreeImpl(Tree.Kind kind, SyntaxToken token)
-
-
Method Detail
-
value
public String value()
- Specified by:
value
in interfaceExpandableStringCharactersTree
-
token
public SyntaxToken token()
- Specified by:
token
in interfaceExpandableStringCharactersTree
-
childrenIterator
public Iterator<Tree> childrenIterator()
Description copied from class:PHPTree
Creates iterator for children of this node. Note that iterator may containnull
elements.- Specified by:
childrenIterator
in classPHPTree
-
accept
public void accept(VisitorCheck visitor)
-
-