Package | Description |
---|---|
org.eclipse.wst.jsdt.core.dom |
Modifier and Type | Method and Description |
---|---|
TemplateElement |
AST.newTemplateElement()
Creates and returns a new unparented template element node.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultASTVisitor.endVisit(TemplateElement node) |
void |
ASTVisitor.endVisit(TemplateElement templateElement)
End of visit the given type-specific AST node.
|
boolean |
ASTMatcher.match(TemplateElement templateElement,
java.lang.Object other) |
boolean |
DefaultASTVisitor.visit(TemplateElement node) |
boolean |
ASTVisitor.visit(TemplateElement templateElement)
Visits the given type-specific AST node.
|
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.