Verwendungen von Klasse
org.aspectj.org.eclipse.jdt.internal.compiler.ast.ExtendedStringLiteral
Packages, die ExtendedStringLiteral 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 ExtendedStringLiteral in org.aspectj.org.eclipse.jdt.core.dom
Methoden in org.aspectj.org.eclipse.jdt.core.dom mit Parametern vom Typ ExtendedStringLiteralModifizierer und TypMethodeBeschreibungAjASTConverter.convert(ExtendedStringLiteral expression) ASTConverter.convert(ExtendedStringLiteral expression) -
Verwendungen von ExtendedStringLiteral in org.aspectj.org.eclipse.jdt.internal.compiler
Methoden in org.aspectj.org.eclipse.jdt.internal.compiler mit Parametern vom Typ ExtendedStringLiteralModifizierer und TypMethodeBeschreibungvoidASTVisitor.endVisit(ExtendedStringLiteral extendedStringLiteral, BlockScope scope) booleanASTVisitor.visit(ExtendedStringLiteral extendedStringLiteral, BlockScope scope) booleanGenericAstVisitor.visit(ExtendedStringLiteral extendedStringLiteral, BlockScope scope) -
Verwendungen von ExtendedStringLiteral in org.aspectj.org.eclipse.jdt.internal.compiler.ast
Methoden in org.aspectj.org.eclipse.jdt.internal.compiler.ast, die ExtendedStringLiteral zurückgebenModifizierer und TypMethodeBeschreibungExtendedStringLiteral.extendWith(CharLiteral 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(CharLiteral lit) StringLiteral.extendWith(StringLiteral lit)