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) -
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 literalclassMethods in org.aspectj.org.eclipse.jdt.internal.compiler.ast with parameters of type StringLiteralModifier and TypeMethodDescriptionStringLiteral.extendsWith(StringLiteral lit)Add the lit source to mine, just as if it was mineStringLiteralConcatenation.extendsWith(StringLiteral lit)Add the lit source to mine, just as if it was mineExtendedStringLiteral.extendWith(StringLiteral lit)Add the lit source to mine, just as if it was mineStringLiteral.extendWith(StringLiteral lit)voidCompilationUnitDeclaration.recordStringLiteral(StringLiteral literal, boolean fromRecovery)Constructors in org.aspectj.org.eclipse.jdt.internal.compiler.ast with parameters of type StringLiteralModifierConstructorDescriptionExtendedStringLiteral(StringLiteral str, CharLiteral character)Build a string+char literalExtendedStringLiteral(StringLiteral str1, StringLiteral str2)Build a two-strings literalStringLiteralConcatenation(StringLiteral str1, StringLiteral str2)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 StringLiteralTheOriginalJDTParserClass.createStringLiteral(char[] token, int start, int end, int lineNumber)