Uses of Class
org.eclipse.jdt.core.dom.StringFragment
Packages that use 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
Methods in org.eclipse.jdt.core.dom that return StringFragmentModifier and TypeMethodDescriptionStringTemplateExpression.getFirstFragment()StringTemplateComponent.getStringFragment()AST.newStringFragment()Creates and returns a new unparented string fragment node for the empty string fragment.Methods in org.eclipse.jdt.core.dom with parameters of type StringFragmentModifier and TypeMethodDescriptionvoidASTVisitor.endVisit(StringFragment node) booleanASTMatcher.match(StringFragment node, Object other) Returns whether the given node and the other object match.voidStringTemplateExpression.setFirstFragment(StringFragment firstFragment) voidStringTemplateComponent.setStringFragment(StringFragment fragment) booleanASTVisitor.visit(StringFragment node) Visits the given type-specific AST node.