Uses of Class
org.aspectj.org.eclipse.jdt.internal.compiler.ast.UnaryExpression
Packages that use UnaryExpression
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 UnaryExpression in org.aspectj.org.eclipse.jdt.core.dom
Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type UnaryExpression -
Uses of UnaryExpression in org.aspectj.org.eclipse.jdt.internal.codeassist.complete
Methods in org.aspectj.org.eclipse.jdt.internal.codeassist.complete with parameters of type UnaryExpressionModifier and TypeMethodDescriptionvoidCompletionNodeDetector.endVisit(UnaryExpression unaryExpression, BlockScope scope) booleanCompletionNodeDetector.visit(UnaryExpression unaryExpression, BlockScope scope) -
Uses of UnaryExpression in org.aspectj.org.eclipse.jdt.internal.compiler
Methods in org.aspectj.org.eclipse.jdt.internal.compiler with parameters of type UnaryExpressionModifier and TypeMethodDescriptionvoidASTVisitor.endVisit(UnaryExpression unaryExpression, BlockScope scope) booleanASTVisitor.visit(UnaryExpression unaryExpression, BlockScope scope) booleanGenericAstVisitor.visit(UnaryExpression unaryExpression, BlockScope scope) -
Uses of UnaryExpression in org.aspectj.org.eclipse.jdt.internal.compiler.problem
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.problem with parameters of type UnaryExpressionModifier and TypeMethodDescriptionvoidProblemReporter.invalidOperator(UnaryExpression expression, TypeBinding type)