Uses of Class
org.aspectj.org.eclipse.jdt.core.dom.StringLiteral
Packages that use StringLiteral
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 StringLiteral in org.aspectj.org.eclipse.jdt.core.dom
Methods in org.aspectj.org.eclipse.jdt.core.dom that return StringLiteralModifier and TypeMethodDescriptionAjASTConverter.convert(ExtendedStringLiteral expression) ASTConverter.convert(ExtendedStringLiteral expression) DeclareErrorDeclaration.getMessage()DeclareWarningDeclaration.getMessage()AST.newStringLiteral()Creates and returns a new unparented string literal node for the empty string literal.Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type StringLiteralModifier and TypeMethodDescriptionvoidASTVisitor.endVisit(StringLiteral node) End of visit the given type-specific AST node.booleanASTMatcher.match(StringLiteral node, Object other) Returns whether the given node and the other object match.voidDeclareErrorDeclaration.setMessage(StringLiteral message) voidDeclareWarningDeclaration.setMessage(StringLiteral message) booleanAjNaiveASTFlattener.visit(StringLiteral node) booleanASTVisitor.visit(StringLiteral node) Visits the given type-specific AST node. -
Uses of StringLiteral in org.aspectj.org.eclipse.jdt.internal.core.dom
Methods in org.aspectj.org.eclipse.jdt.internal.core.dom with parameters of type StringLiteral -
Uses of StringLiteral in org.aspectj.org.eclipse.jdt.internal.core.dom.rewrite
Methods in org.aspectj.org.eclipse.jdt.internal.core.dom.rewrite with parameters of type StringLiteralModifier and TypeMethodDescriptionbooleanASTRewriteAnalyzer.visit(StringLiteral node) booleanASTRewriteFlattener.visit(StringLiteral node)