public class TemplateCharactersTreeImpl extends JavaScriptTree implements TemplateCharactersTree
| Constructor and Description |
|---|
TemplateCharactersTreeImpl(List<InternalSyntaxToken> characters) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(DoubleDispatchVisitor visitor) |
List<SyntaxToken> |
characters() |
Iterator<Tree> |
childrenIterator()
Creates iterator for children of this node.
|
Tree.Kind |
getKind() |
String |
value() |
childrenStream, descendants, firstToken, is, isAncestorOf, isLeaf, lastToken, parent, setParent, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitchildrenStream, descendants, firstToken, is, isAncestorOf, lastToken, parentpublic TemplateCharactersTreeImpl(List<InternalSyntaxToken> characters)
public String value()
value in interface TemplateCharactersTreepublic List<SyntaxToken> characters()
characters in interface TemplateCharactersTreepublic Tree.Kind getKind()
getKind in class JavaScriptTreepublic Iterator<Tree> childrenIterator()
JavaScriptTreenull elements.childrenIterator in class JavaScriptTreepublic void accept(DoubleDispatchVisitor visitor)
Copyright © 2011–2017 SonarSource and Eriks Nukis. All rights reserved.