Verwendungen von Klasse
org.aspectj.org.eclipse.jdt.internal.compiler.ast.CastExpression
Packages, die CastExpression 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 CastExpression in org.aspectj.org.eclipse.jdt.core.dom
Methoden in org.aspectj.org.eclipse.jdt.core.dom mit Parametern vom Typ CastExpression -
Verwendungen von CastExpression in org.aspectj.org.eclipse.jdt.internal.codeassist.complete
Methoden in org.aspectj.org.eclipse.jdt.internal.codeassist.complete mit Parametern vom Typ CastExpressionModifizierer und TypMethodeBeschreibungvoidCompletionNodeDetector.endVisit(CastExpression castExpression, BlockScope scope) booleanCompletionNodeDetector.visit(CastExpression castExpression, BlockScope scope) -
Verwendungen von CastExpression in org.aspectj.org.eclipse.jdt.internal.compiler
Methoden in org.aspectj.org.eclipse.jdt.internal.compiler mit Parametern vom Typ CastExpressionModifizierer und TypMethodeBeschreibungvoidASTVisitor.endVisit(CastExpression castExpression, BlockScope scope) booleanASTVisitor.visit(CastExpression castExpression, BlockScope scope) booleanGenericAstVisitor.visit(CastExpression castExpression, BlockScope scope) -
Verwendungen von CastExpression in org.aspectj.org.eclipse.jdt.internal.compiler.ast
Methoden in org.aspectj.org.eclipse.jdt.internal.compiler.ast mit Parametern vom Typ CastExpressionModifizierer und TypMethodeBeschreibungstatic voidCastExpression.checkNeedForAssignedCast(BlockScope scope, TypeBinding expectedType, CastExpression rhs) Complain if assigned expression is cast, but not actually used as such, e.g.static voidCastExpression.checkNeedForCastCast(BlockScope scope, CastExpression enclosingCast) Complain if cast expression is cast, but not actually needed, int i = (int)(Integer) 12; Note that this (int) cast is however needed: Integer i = 0; char c = (char)((int) i); -
Verwendungen von CastExpression in org.aspectj.org.eclipse.jdt.internal.compiler.problem
Methoden in org.aspectj.org.eclipse.jdt.internal.compiler.problem mit Parametern vom Typ CastExpressionModifizierer und TypMethodeBeschreibungvoidProblemReporter.typeCastError(CastExpression expression, TypeBinding leftType, TypeBinding rightType) voidProblemReporter.unnecessaryCast(CastExpression castExpression) voidProblemReporter.unsafeCast(CastExpression castExpression, Scope scope) voidProblemReporter.unsafeNullnessCast(CastExpression castExpression, Scope scope)