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

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

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

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

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

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

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

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