public class TaggedTemplateTreeImpl extends JavaScriptTree implements TaggedTemplateTree, TypableTree
| Constructor and Description |
|---|
TaggedTemplateTreeImpl(TemplateLiteralTree template) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(DoubleDispatchVisitor visitor) |
void |
add(Type type) |
ExpressionTree |
callee() |
Iterator<Tree> |
childrenIterator()
Creates iterator for children of this node.
|
TaggedTemplateTreeImpl |
complete(ExpressionTree callee) |
Tree.Kind |
getKind() |
TemplateLiteralTree |
template() |
TypeSet |
types()
Returns an unmodifiable set of the possible types for the expression.
|
getFirstToken, getLastToken, getLine, getParent, is, isLeaf, setParentpublic TaggedTemplateTreeImpl(TemplateLiteralTree template)
public TaggedTemplateTreeImpl complete(ExpressionTree callee)
public ExpressionTree callee()
callee in interface TaggedTemplateTreepublic TemplateLiteralTree template()
template in interface TaggedTemplateTreepublic Tree.Kind getKind()
getKind in class JavaScriptTreepublic Iterator<Tree> childrenIterator()
JavaScriptTreenull elements.childrenIterator in class JavaScriptTreepublic void accept(DoubleDispatchVisitor visitor)
public TypeSet types()
ExpressionTreetypes in interface ExpressionTreepublic void add(Type type)
add in interface TypableTreeCopyright © 2011–2016 SonarSource and Eriks Nukis. All rights reserved.