Uses of Class
org.eclipse.jdt.core.dom.StringTemplateComponent
Packages that use StringTemplateComponent
Package
Description
The Java DOM/AST is the set of classes that model the source code of a Java program
as a structured document.
-
Uses of StringTemplateComponent in org.eclipse.jdt.core.dom
Methods in org.eclipse.jdt.core.dom that return StringTemplateComponentModifier and TypeMethodDescriptionCreates and returns a new unparented string template component node for the empty string template component.Methods in org.eclipse.jdt.core.dom that return types with arguments of type StringTemplateComponentMethods in org.eclipse.jdt.core.dom with parameters of type StringTemplateComponentModifier and TypeMethodDescriptionvoidASTVisitor.endVisit(StringTemplateComponent node) booleanASTMatcher.match(StringTemplateComponent node, Object other) Returns whether the given node and the other object match.booleanASTVisitor.visit(StringTemplateComponent node) Visits the given type-specific AST node.