Uses of Class
org.eclipse.jdt.core.dom.StringFragment
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 StringFragment in org.eclipse.jdt.core.dom
Modifier and TypeMethodDescriptionStringTemplateExpression.getFirstFragment()
StringTemplateComponent.getStringFragment()
AST.newStringFragment()
Creates and returns a new unparented string fragment node for the empty string fragment.Modifier and TypeMethodDescriptionvoid
ASTVisitor.endVisit
(StringFragment node) boolean
ASTMatcher.match
(StringFragment node, Object other) Returns whether the given node and the other object match.void
StringTemplateExpression.setFirstFragment
(StringFragment firstFragment) void
StringTemplateComponent.setStringFragment
(StringFragment fragment) boolean
ASTVisitor.visit
(StringFragment node) Visits the given type-specific AST node.