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

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

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

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

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

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

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

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