Verwendungen von Klasse
org.aspectj.org.eclipse.jdt.internal.compiler.ast.StringLiteralConcatenation
Packages, die StringLiteralConcatenation 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 StringLiteralConcatenation in org.aspectj.org.eclipse.jdt.core.dom
Methoden in org.aspectj.org.eclipse.jdt.core.dom mit Parametern vom Typ StringLiteralConcatenationModifizierer und TypMethodeBeschreibungAjASTConverter.convert(StringLiteralConcatenation expression) ASTConverter.convert(StringLiteralConcatenation expression) -
Verwendungen von StringLiteralConcatenation in org.aspectj.org.eclipse.jdt.internal.compiler
Methoden in org.aspectj.org.eclipse.jdt.internal.compiler mit Parametern vom Typ StringLiteralConcatenationModifizierer und TypMethodeBeschreibungvoidASTVisitor.endVisit(StringLiteralConcatenation literal, BlockScope scope) booleanASTVisitor.visit(StringLiteralConcatenation literal, BlockScope scope) booleanGenericAstVisitor.visit(StringLiteralConcatenation literal, BlockScope scope) -
Verwendungen von StringLiteralConcatenation in org.aspectj.org.eclipse.jdt.internal.compiler.ast
Methoden in org.aspectj.org.eclipse.jdt.internal.compiler.ast, die StringLiteralConcatenation zurückgebenModifizierer 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 mine