Uses of Class
org.aspectj.org.eclipse.jdt.internal.compiler.ast.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 with parameters of type StringLiteralModifier and TypeMethodDescriptionAjASTConverter.convert(StringLiteral expression) ASTConverter.convert(StringLiteral expression) -
Uses of StringLiteral in org.aspectj.org.eclipse.jdt.internal.codeassist.complete
Subclasses of StringLiteral in org.aspectj.org.eclipse.jdt.internal.codeassist.completeMethods in org.aspectj.org.eclipse.jdt.internal.codeassist.complete that return StringLiteralModifier and TypeMethodDescriptionprotected StringLiteralCompletionParser.createStringLiteral(char[] token, int start, int end, int lineNumber) Methods in org.aspectj.org.eclipse.jdt.internal.codeassist.complete with parameters of type StringLiteralModifier and TypeMethodDescriptionbooleanCompletionNodeDetector.visit(StringLiteral stringLiteral, BlockScope scope) -
Uses of StringLiteral in org.aspectj.org.eclipse.jdt.internal.compiler
Methods in org.aspectj.org.eclipse.jdt.internal.compiler with parameters of type StringLiteralModifier and TypeMethodDescriptionvoidASTVisitor.endVisit(StringLiteral stringLiteral, BlockScope scope) booleanASTVisitor.visit(StringLiteral stringLiteral, BlockScope scope) booleanGenericAstVisitor.visit(StringLiteral stringLiteral, BlockScope scope) -
Uses of StringLiteral in org.aspectj.org.eclipse.jdt.internal.compiler.ast
Subclasses of StringLiteral in org.aspectj.org.eclipse.jdt.internal.compiler.astModifier and TypeClassDescriptionclassclassFlatten string literalclassFields in org.aspectj.org.eclipse.jdt.internal.compiler.ast declared as StringLiteralModifier and TypeFieldDescriptionprotected StringLiteralStringLiteral.optionalHeadmay be null, prefixes tailMethods in org.aspectj.org.eclipse.jdt.internal.compiler.ast that return StringLiteralMethods in org.aspectj.org.eclipse.jdt.internal.compiler.ast with parameters of type StringLiteralModifier and TypeMethodDescriptionStringLiteral.extendsWith(StringLiteral lit) creates a copy of dedicated Type for unoptimizeStringLiterals with the given StringLiteral appendedStringLiteral.extendWith(StringLiteral lit) creates a copy of dedicated Type for optimizeStringLiterals with the given StringLiteral appendedvoidCompilationUnitDeclaration.recordStringLiteral(StringLiteral literal, boolean fromRecovery) Constructors in org.aspectj.org.eclipse.jdt.internal.compiler.ast with parameters of type StringLiteralModifierConstructorDescriptionprotectedExtendedStringLiteral(StringLiteral optionalHead, Object sourcesTail, int start, int end, int lineNumber) protectedStringLiteral(StringLiteral optionalHead, Object tail, int start, int end, int lineNumber) StringLiteralConcatenation(StringLiteral str1, StringLiteral lit) Build a two-strings literal -
Uses of StringLiteral in org.aspectj.org.eclipse.jdt.internal.compiler.parser
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.parser that return StringLiteralModifier and TypeMethodDescriptionprotected StringLiteralParser.createStringLiteral(char[] token, int start, int end, int lineNumber)