Uses of Class
org.eclipse.jdt.internal.compiler.ast.UnaryExpression

Packages that use UnaryExpression
org.eclipse.jdt.internal.codeassist.complete   
org.eclipse.jdt.internal.compiler   
org.eclipse.jdt.internal.compiler.problem   
org.eclipse.jdt.internal.formatter   
 

Uses of UnaryExpression in org.eclipse.jdt.internal.codeassist.complete
 

Methods in org.eclipse.jdt.internal.codeassist.complete with parameters of type UnaryExpression
 void CompletionNodeDetector.endVisit(UnaryExpression unaryExpression, BlockScope scope)
           
 boolean CompletionNodeDetector.visit(UnaryExpression unaryExpression, BlockScope scope)
           
 

Uses of UnaryExpression in org.eclipse.jdt.internal.compiler
 

Methods in org.eclipse.jdt.internal.compiler with parameters of type UnaryExpression
 void ASTVisitor.endVisit(UnaryExpression unaryExpression, BlockScope scope)
           
 boolean ASTVisitor.visit(UnaryExpression unaryExpression, BlockScope scope)
           
 

Uses of UnaryExpression in org.eclipse.jdt.internal.compiler.problem
 

Methods in org.eclipse.jdt.internal.compiler.problem with parameters of type UnaryExpression
 void ProblemReporter.invalidOperator(UnaryExpression expression, TypeBinding type)
           
 

Uses of UnaryExpression in org.eclipse.jdt.internal.formatter
 

Methods in org.eclipse.jdt.internal.formatter with parameters of type UnaryExpression
 boolean CodeFormatterVisitor.visit(UnaryExpression unaryExpression, BlockScope scope)