Verwendungen von Klasse
org.aspectj.org.eclipse.jdt.internal.compiler.ast.StringLiteral
Packages, die StringLiteral verwenden
Package
Beschreibung
The Java DOM/AST is the set of classes that model the source code of a Java program
as a structured document.
-
Verwendungen von StringLiteral in org.aspectj.org.eclipse.jdt.core.dom
Methoden in org.aspectj.org.eclipse.jdt.core.dom mit Parametern vom Typ StringLiteralModifizierer und TypMethodeBeschreibungAjASTConverter.convert(StringLiteral expression) ASTConverter.convert(StringLiteral expression) -
Verwendungen von StringLiteral in org.aspectj.org.eclipse.jdt.internal.codeassist.complete
Unterklassen von StringLiteral in org.aspectj.org.eclipse.jdt.internal.codeassist.completeMethoden in org.aspectj.org.eclipse.jdt.internal.codeassist.complete, die StringLiteral zurückgebenModifizierer und TypMethodeBeschreibungprotected StringLiteralCompletionParser.createStringLiteral(char[] token, int start, int end, int lineNumber) Methoden in org.aspectj.org.eclipse.jdt.internal.codeassist.complete mit Parametern vom Typ StringLiteralModifizierer und TypMethodeBeschreibungbooleanCompletionNodeDetector.visit(StringLiteral stringLiteral, BlockScope scope) -
Verwendungen von StringLiteral in org.aspectj.org.eclipse.jdt.internal.compiler
Methoden in org.aspectj.org.eclipse.jdt.internal.compiler mit Parametern vom Typ StringLiteralModifizierer und TypMethodeBeschreibungvoidASTVisitor.endVisit(StringLiteral stringLiteral, BlockScope scope) booleanASTVisitor.visit(StringLiteral stringLiteral, BlockScope scope) booleanGenericAstVisitor.visit(StringLiteral stringLiteral, BlockScope scope) -
Verwendungen von StringLiteral in org.aspectj.org.eclipse.jdt.internal.compiler.ast
Unterklassen von StringLiteral in org.aspectj.org.eclipse.jdt.internal.compiler.astModifizierer und TypKlasseBeschreibungclassclassFlatten string literalclassMethoden in org.aspectj.org.eclipse.jdt.internal.compiler.ast mit Parametern vom Typ StringLiteralModifizierer und TypMethodeBeschreibungStringLiteral.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) Konstruktoren in org.aspectj.org.eclipse.jdt.internal.compiler.ast mit Parametern vom Typ StringLiteralModifiziererKonstruktorBeschreibungExtendedStringLiteral(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 -
Verwendungen von StringLiteral in org.aspectj.org.eclipse.jdt.internal.compiler.parser
Methoden in org.aspectj.org.eclipse.jdt.internal.compiler.parser, die StringLiteral zurückgebenModifizierer und TypMethodeBeschreibungprotected StringLiteralTheOriginalJDTParserClass.createStringLiteral(char[] token, int start, int end, int lineNumber)