Uses of Class
org.aspectj.org.eclipse.jdt.internal.compiler.ast.ExtendedStringLiteral
Packages that use ExtendedStringLiteral
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 ExtendedStringLiteral in org.aspectj.org.eclipse.jdt.core.dom
Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type ExtendedStringLiteralModifier and TypeMethodDescriptionAjASTConverter.convert(ExtendedStringLiteral expression) ASTConverter.convert(ExtendedStringLiteral expression) -
Uses of ExtendedStringLiteral in org.aspectj.org.eclipse.jdt.internal.compiler
Methods in org.aspectj.org.eclipse.jdt.internal.compiler with parameters of type ExtendedStringLiteralModifier and TypeMethodDescriptionvoidASTVisitor.endVisit(ExtendedStringLiteral extendedStringLiteral, BlockScope scope) booleanASTVisitor.visit(ExtendedStringLiteral extendedStringLiteral, BlockScope scope) booleanGenericAstVisitor.visit(ExtendedStringLiteral extendedStringLiteral, BlockScope scope) -
Uses of ExtendedStringLiteral in org.aspectj.org.eclipse.jdt.internal.compiler.ast
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.ast that return ExtendedStringLiteralModifier and TypeMethodDescriptionStringLiteral.extendWith(CharLiteral lit) creates a copy of dedicated Type for optimizeStringLiterals with the given CharLiteral appendedStringLiteral.extendWith(StringLiteral lit) creates a copy of dedicated Type for optimizeStringLiterals with the given StringLiteral appended